#5CAAA9

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

Shades of Fountain Blue #5CAAA9

Tints of Fountain Blue #5CAAA9

Color information

#5CAAA9 (or 0x5CAAA9) is unknown color: approx Fountain Blue. HEX triplet: 5C, AA and A9. RGB value is (92,170,169). Sum of RGB (Red+Green+Blue) = 92+170+169=431 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.35% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 169 (66.41% from 255 or 39.21% from 431); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAAA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAAA9 is #A35556. Grayscale: #929292. Windows color (decimal): -10704215 or 11119196. OLE color: 11119196.

HSL color Cylindrical-coordinate representation of color #5CAAA9: hue angle of 179.23º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CAAA9 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB92170169-
CMYK0.4600.010.33
HSL179.23º31.45%51.37%-
HSV(B)179.23º45.88%66.67%-
XYZ25.9533.8942.71-
YUV146.56140.6689.08-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.35%
GREEN value IS 170 (66.80% from 255) = 39.44%
BLUE value IS 169 (66.41% from 255) = 39.21%
R=21.35%
G=39.44%
B=39.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921701690.4600.010.33179.2331.4551.37
Hex5CAAA92E0121b31f33
Octal1342522515601412633763
Binary10111001010101010101001101110011000011011001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,170,169); }

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

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

 a { background-color: rgb(92,170,169); }

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

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

 span { border-color: rgb(92,170,169); }

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