#5CAAAE

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

Shades of Fountain Blue #5CAAAE

Tints of Fountain Blue #5CAAAE

Color information

#5CAAAE (or 0x5CAAAE) is unknown color: approx Fountain Blue. HEX triplet: 5C, AA and AE. RGB value is (92,170,174). Sum of RGB (Red+Green+Blue) = 92+170+174=436 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.10% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #5CAAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAAAE is #A35551. Grayscale: #939393. Windows color (decimal): -10704210 or 11446876. OLE color: 11446876.

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

Color convert

RGB92170174-
CMYK0.470.0200.32
HSL182.93º33.61%52.16%-
HSV(B)182.93º47.13%68.24%-
XYZ26.4334.0845.23-
YUV147.13143.1688.67-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.10%
GREEN value IS 170 (66.80% from 255) = 38.99%
BLUE value IS 174 (68.36% from 255) = 39.91%
R=21.10%
G=38.99%
B=39.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal921701740.470.0200.32182.9333.6152.16
Hex5CAAAE2F2020b72234
Octal1342522565720402674264
Binary1011100101010101010111010111110010000010110111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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