#56abb0

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

Shades of Fountain Blue #56ABB0

Tints of Fountain Blue #56ABB0

Color information

#56ABB0 (or 0x56ABB0) is unknown color: approx Fountain Blue. HEX triplet: 56, AB and B0. RGB value is (86,171,176). Sum of RGB (Red+Green+Blue) = 86+171+176=433 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.86% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 176 - color contains mainly: blue. Hex color #56ABB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56ABB0 is #A9544F. Grayscale: #929292. Windows color (decimal): -11097168 or 11578198. OLE color: 11578198.

HSL color Cylindrical-coordinate representation of color #56ABB0: hue angle of 183.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 #56ABB0 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB86171176-
CMYK0.510.0300.31
HSL183.33º36.29%51.37%-
HSV(B)183.33º51.14%69.02%-
XYZ26.2434.2446.3-
YUV146.16144.8485.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.86%
GREEN value IS 171 (67.19% from 255) = 39.49%
BLUE value IS 176 (69.14% from 255) = 40.65%
R=19.86%
G=39.49%
B=40.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861711760.510.0300.31183.3336.2951.37
Hex56ABB033301Fb72433
Octal1262532606330372674463
Binary101011010101011101100001100111101111110110111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56abb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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