#56AFB6

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

Shades of Fountain Blue #56AFB6

Tints of Fountain Blue #56AFB6

Color information

#56AFB6 (or 0x56AFB6) is unknown color: approx Fountain Blue. HEX triplet: 56, AF and B6. RGB value is (86,175,182). Sum of RGB (Red+Green+Blue) = 86+175+182=443 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.41% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 182 - color contains mainly: blue. Hex color #56AFB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56AFB6 is #A95049. Grayscale: #959595. Windows color (decimal): -11096138 or 11972438. OLE color: 11972438.

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

Color convert

RGB86175182-
CMYK0.530.0400.29
HSL184.38º39.67%52.55%-
HSV(B)184.38º52.75%71.37%-
XYZ27.6136.0249.75-
YUV149.19146.5182.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.41%
GREEN value IS 175 (68.75% from 255) = 39.50%
BLUE value IS 182 (71.48% from 255) = 41.08%
R=19.41%
G=39.50%
B=41.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal861751820.530.0400.29184.3839.6752.55
Hex56AFB635401Db82835
Octal1262572666540352705065
Binary1010110101011111011011011010110001110110111000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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