#56A9B0

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

Shades of Fountain Blue #56A9B0

Tints of Fountain Blue #56A9B0

Color information

#56A9B0 (or 0x56A9B0) is unknown color: approx Fountain Blue. HEX triplet: 56, A9 and B0. RGB value is (86,169,176). Sum of RGB (Red+Green+Blue) = 86+169+176=431 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.95% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 176 - color contains mainly: blue. Hex color #56A9B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A9B0 is #A9564F. Grayscale: #909090. Windows color (decimal): -11097680 or 11577686. OLE color: 11577686.

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

Color convert

RGB86169176-
CMYK0.510.0400.31
HSL184.67º36.29%51.37%-
HSV(B)184.67º51.14%69.02%-
XYZ25.8633.4946.18-
YUV144.98145.585.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.95%
GREEN value IS 169 (66.41% from 255) = 39.21%
BLUE value IS 176 (69.14% from 255) = 40.84%
R=19.95%
G=39.21%
B=40.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861691760.510.0400.31184.6736.2951.37
Hex56A9B033401Fb92433
Octal1262512606340372714463
Binary1010110101010011011000011001110001111110111001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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