#56ADB6

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

Shades of Fountain Blue #56ADB6

Tints of Fountain Blue #56ADB6

Color information

#56ADB6 (or 0x56ADB6) is unknown color: approx Fountain Blue. HEX triplet: 56, AD and B6. RGB value is (86,173,182). Sum of RGB (Red+Green+Blue) = 86+173+182=441 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.50% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 182 - color contains mainly: blue. Hex color #56ADB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ADB6 is #A95249. Grayscale: #939393. Windows color (decimal): -11096650 or 11971926. OLE color: 11971926.

HSL color Cylindrical-coordinate representation of color #56ADB6: hue angle of 185.62º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56ADB6 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB86173182-
CMYK0.530.0500.29
HSL185.62º39.67%52.55%-
HSV(B)185.62º52.75%71.37%-
XYZ27.2235.2449.62-
YUV148.01147.1883.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.50%
GREEN value IS 173 (67.97% from 255) = 39.23%
BLUE value IS 182 (71.48% from 255) = 41.27%
R=19.50%
G=39.23%
B=41.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal861731820.530.0500.29185.6239.6752.55
Hex56ADB635501Dba2835
Octal1262552666550352725065
Binary1010110101011011011011011010110101110110111010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56ADB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,173,182); }

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

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

 a { background-color: rgb(86,173,182); }

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

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

 span { border-color: rgb(86,173,182); }

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