#56BBB6

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

Shades of Fountain Blue #56BBB6

Tints of Fountain Blue #56BBB6

Color information

#56BBB6 (or 0x56BBB6) is unknown color: approx Fountain Blue. HEX triplet: 56, BB and B6. RGB value is (86,187,182). Sum of RGB (Red+Green+Blue) = 86+187+182=455 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.90% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 187 - color contains mainly: green. Hex color #56BBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BBB6 is #A94449. Grayscale: #9C9C9C. Windows color (decimal): -11093066 or 11975510. OLE color: 11975510.

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

Color convert

RGB86187182-
CMYK0.5400.030.27
HSL177.03º42.62%53.53%-
HSV(B)177.03º54.01%73.33%-
XYZ30.0540.950.57-
YUV156.23142.5477.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.90%
GREEN value IS 187 (73.44% from 255) = 41.10%
BLUE value IS 182 (71.48% from 255) = 40%
R=18.90%
G=41.10%
B=40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861871820.5400.030.27177.0342.6253.53
Hex56BBB636031Bb12b36
Octal1262732666603332615366
Binary101011010111011101101101101100111101110110001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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