#5CA9AD

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

Shades of Fountain Blue #5CA9AD

Tints of Fountain Blue #5CA9AD

Color information

#5CA9AD (or 0x5CA9AD) is unknown color: approx Fountain Blue. HEX triplet: 5C, A9 and AD. RGB value is (92,169,173). Sum of RGB (Red+Green+Blue) = 92+169+173=434 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.20% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #5CA9AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA9AD is #A35652. Grayscale: #929292. Windows color (decimal): -10704467 or 11381084. OLE color: 11381084.

HSL color Cylindrical-coordinate representation of color #5CA9AD: hue angle of 182.96º degrees, saturation: 0.33, 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 #5CA9AD is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB92169173-
CMYK0.470.0200.32
HSL182.96º33.06%51.96%-
HSV(B)182.96º46.82%67.84%-
XYZ26.1433.6744.66-
YUV146.43142.9989.17-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.20%
GREEN value IS 169 (66.41% from 255) = 38.94%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=21.20%
G=38.94%
B=39.86%

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
Decimal921691730.470.0200.32182.9633.0651.96
Hex5CA9AD2F2020b72134
Octal1342512555720402674164
Binary1011100101010011010110110111110010000010110111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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