#5CBCB9

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

Shades of Fountain Blue #5CBCB9

Tints of Fountain Blue #5CBCB9

Color information

#5CBCB9 (or 0x5CBCB9) is unknown color: approx Fountain Blue. HEX triplet: 5C, BC and B9. RGB value is (92,188,185). Sum of RGB (Red+Green+Blue) = 92+188+185=465 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.78% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBCB9 is #A34346. Grayscale: #9E9E9E. Windows color (decimal): -10699591 or 12172380. OLE color: 12172380.

HSL color Cylindrical-coordinate representation of color #5CBCB9: hue angle of 178.12º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBCB9 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB92188185-
CMYK0.5100.020.26
HSL178.12º41.74%54.9%-
HSV(B)178.12º51.06%73.73%-
XYZ31.1541.7452.31-
YUV158.95142.780.24-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.78%
GREEN value IS 188 (73.83% from 255) = 40.43%
BLUE value IS 185 (72.66% from 255) = 39.78%
R=19.78%
G=40.43%
B=39.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal921881850.5100.020.26178.1241.7454.9
Hex5CBCB933021Ab22a37
Octal1342742716302322625267
Binary101110010111100101110011100110101101010110010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CBCB9; }

 p { color: rgb(92,188,185); }

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

<style>
 a { background-color: #5CBCB9; }

 a { background-color: rgb(92,188,185); }

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

<style>
 span { border-color: #5CBCB9; }

 span { border-color: rgb(92,188,185); }

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