#56a2b0

Color #56A2B0 Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #56A2B0

Tints of Fountain Blue #56A2B0

Color information

#56A2B0 (or 0x56A2B0) is unknown color: approx Fountain Blue. HEX triplet: 56, A2 and B0. RGB value is (86,162,176). Sum of RGB (Red+Green+Blue) = 86+162+176=424 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.28% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 176 - color contains mainly: blue. Hex color #56A2B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A2B0 is #A95D4F. Grayscale: #8C8C8C. Windows color (decimal): -11099472 or 11575894. OLE color: 11575894.

HSL color Cylindrical-coordinate representation of color #56A2B0: hue angle of 189.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56A2B0 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB86162176-
CMYK0.510.0800.31
HSL189.33º36.29%51.37%-
HSV(B)189.33º51.14%69.02%-
XYZ24.5930.9545.75-
YUV140.87147.8288.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 20.28%
GREEN value IS 162 (63.67% from 255) = 38.21%
BLUE value IS 176 (69.14% from 255) = 41.51%
R=20.28%
G=38.21%
B=41.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861621760.510.0800.31189.3336.2951.37
Hex56A2B033801Fbd2433
Octal12624226063100372754463
Binary10101101010001010110000110011100001111110111101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56a2b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56a2b0; }

 p { color: rgb(86,162,176); }

 H1.HeaderClassName
 {
   color: #56a2b0;
 }
 .AnyTagClassName
 {
   color: #56a2b0;
 }
</style>
background-color css

<style>
 a { background-color: #56a2b0; }

 a { background-color: rgb(86,162,176); }

 div.DivClassName
 {
   background-color: #56a2b0;
 }
 .BgClassName
 {
   background-color: #56a2b0;
 }
</style>
border-color css

<style>
 span { border-color: #56a2b0; }

 span { border-color: rgb(86,162,176); }

 td.TdClassName
 {
   border-color: #56a2b0;
 }
 .TagClassName
 {
   border-color: #56a2b0;
 }
</style>