#5CBCB8

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

Shades of Fountain Blue #5CBCB8

Tints of Fountain Blue #5CBCB8

Color information

#5CBCB8 (or 0x5CBCB8) is unknown color: approx Fountain Blue. HEX triplet: 5C, BC and B8. RGB value is (92,188,184). Sum of RGB (Red+Green+Blue) = 92+188+184=464 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.83% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBCB8 is #A34347. Grayscale: #9E9E9E. Windows color (decimal): -10699592 or 12106844. OLE color: 12106844.

HSL color Cylindrical-coordinate representation of color #5CBCB8: hue angle of 177.5º 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 #5CBCB8 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB92188184-
CMYK0.5100.020.26
HSL177.5º41.74%54.9%-
HSV(B)177.5º51.06%73.73%-
XYZ31.0541.751.76-
YUV158.84142.280.33-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.83%
GREEN value IS 188 (73.83% from 255) = 40.52%
BLUE value IS 184 (72.27% from 255) = 39.66%
R=19.83%
G=40.52%
B=39.66%

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
Decimal921881840.5100.020.26177.541.7454.9
Hex5CBCB833021Ab22a37
Octal1342742706302322625267
Binary101110010111100101110001100110101101010110010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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