#5CA9AF

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

Shades of Fountain Blue #5CA9AF

Tints of Fountain Blue #5CA9AF

Color information

#5CA9AF (or 0x5CA9AF) is unknown color: approx Fountain Blue. HEX triplet: 5C, A9 and AF. RGB value is (92,169,175). Sum of RGB (Red+Green+Blue) = 92+169+175=436 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.10% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #5CA9AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA9AF is #A35650. Grayscale: #929292. Windows color (decimal): -10704465 or 11512156. OLE color: 11512156.

HSL color Cylindrical-coordinate representation of color #5CA9AF: hue angle of 184.34º 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 #5CA9AF is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB92169175-
CMYK0.470.0300.31
HSL184.34º34.16%52.35%-
HSV(B)184.34º47.43%68.63%-
XYZ26.3433.7545.68-
YUV146.66143.9989.01-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.10%
GREEN value IS 169 (66.41% from 255) = 38.76%
BLUE value IS 175 (68.75% from 255) = 40.14%
R=21.10%
G=38.76%
B=40.14%

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
Decimal921691750.470.0300.31184.3434.1652.35
Hex5CA9AF2F301Fb82234
Octal1342512575730372704264
Binary101110010101001101011111011111101111110111000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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