#5CAAAC

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

Shades of Fountain Blue #5CAAAC

Tints of Fountain Blue #5CAAAC

Color information

#5CAAAC (or 0x5CAAAC) is unknown color: approx Fountain Blue. HEX triplet: 5C, AA and AC. RGB value is (92,170,172). Sum of RGB (Red+Green+Blue) = 92+170+172=434 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.20% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #5CAAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAAAC is #A35553. Grayscale: #929292. Windows color (decimal): -10704212 or 11315804. OLE color: 11315804.

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

Color convert

RGB92170172-
CMYK0.470.0100.33
HSL181.5º32.52%51.76%-
HSV(B)181.5º46.51%67.45%-
XYZ26.233444.21-
YUV146.91142.1688.84-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.20%
GREEN value IS 170 (66.80% from 255) = 39.17%
BLUE value IS 172 (67.58% from 255) = 39.63%
R=21.20%
G=39.17%
B=39.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921701720.470.0100.33181.532.5251.76
Hex5CAAAC2F1021b62134
Octal1342522545710412664164
Binary101110010101010101011001011111010000110110110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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