#5CAAAF

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

Shades of Fountain Blue #5CAAAF

Tints of Fountain Blue #5CAAAF

Color information

#5CAAAF (or 0x5CAAAF) is unknown color: approx Fountain Blue. HEX triplet: 5C, AA and AF. RGB value is (92,170,175). Sum of RGB (Red+Green+Blue) = 92+170+175=437 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.05% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #5CAAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAAAF is #A35550. Grayscale: #939393. Windows color (decimal): -10704209 or 11512412. OLE color: 11512412.

HSL color Cylindrical-coordinate representation of color #5CAAAF: hue angle of 183.61º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CAAAF is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB92170175-
CMYK0.470.0300.31
HSL183.61º34.16%52.35%-
HSV(B)183.61º47.43%68.63%-
XYZ26.5334.1245.75-
YUV147.25143.6688.59-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.05%
GREEN value IS 170 (66.80% from 255) = 38.90%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=21.05%
G=38.90%
B=40.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal921701750.470.0300.31183.6134.1652.35
Hex5CAAAF2F301Fb82234
Octal1342522575730372704264
Binary101110010101010101011111011111101111110111000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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