#5CBAB5

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

Shades of Fountain Blue #5CBAB5

Tints of Fountain Blue #5CBAB5

Color information

#5CBAB5 (or 0x5CBAB5) is unknown color: approx Fountain Blue. HEX triplet: 5C, BA and B5. RGB value is (92,186,181). Sum of RGB (Red+Green+Blue) = 92+186+181=459 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.04% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #5CBAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBAB5 is #A3454A. Grayscale: #9D9D9D. Windows color (decimal): -10700107 or 11909724. OLE color: 11909724.

HSL color Cylindrical-coordinate representation of color #5CBAB5: hue angle of 176.81º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBAB5 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB92186181-
CMYK0.5100.030.27
HSL176.81º40.52%54.51%-
HSV(B)176.81º50.54%72.94%-
XYZ30.3140.7349.98-
YUV157.32141.3681.41-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.04%
GREEN value IS 186 (73.05% from 255) = 40.52%
BLUE value IS 181 (71.09% from 255) = 39.43%
R=20.04%
G=40.52%
B=39.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal921861810.5100.030.27176.8140.5254.51
Hex5CBAB533031Bb12937
Octal1342722656303332615167
Binary101110010111010101101011100110111101110110001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,186,181); }

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

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

 a { background-color: rgb(92,186,181); }

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

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

 span { border-color: rgb(92,186,181); }

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