#56ABB9

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

Shades of Fountain Blue #56ABB9

Tints of Fountain Blue #56ABB9

Color information

#56ABB9 (or 0x56ABB9) is unknown color: approx Fountain Blue. HEX triplet: 56, AB and B9. RGB value is (86,171,185). Sum of RGB (Red+Green+Blue) = 86+171+185=442 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.46% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 185 - color contains mainly: blue. Hex color #56ABB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ABB9 is #A95446. Grayscale: #939393. Windows color (decimal): -11097159 or 12168022. OLE color: 12168022.

HSL color Cylindrical-coordinate representation of color #56ABB9: hue angle of 188.48º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56ABB9 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB86171185-
CMYK0.540.0800.27
HSL188.48º41.42%53.14%-
HSV(B)188.48º53.51%72.55%-
XYZ27.1634.6151.15-
YUV147.18149.3484.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.46%
GREEN value IS 171 (67.19% from 255) = 38.69%
BLUE value IS 185 (72.66% from 255) = 41.86%
R=19.46%
G=38.69%
B=41.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861711850.540.0800.27188.4841.4253.14
Hex56ABB936801Bbc2935
Octal12625327166100332745165
Binary10101101010101110111001110110100001101110111100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56ABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,171,185); }

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

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

 a { background-color: rgb(86,171,185); }

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

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

 span { border-color: rgb(86,171,185); }

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