#5CA8AD

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

Shades of Fountain Blue #5CA8AD

Tints of Fountain Blue #5CA8AD

Color information

#5CA8AD (or 0x5CA8AD) is unknown color: approx Fountain Blue. HEX triplet: 5C, A8 and AD. RGB value is (92,168,173). Sum of RGB (Red+Green+Blue) = 92+168+173=433 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.25% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #5CA8AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA8AD is #A35752. Grayscale: #919191. Windows color (decimal): -10704723 or 11380828. OLE color: 11380828.

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

Color convert

RGB92168173-
CMYK0.470.0300.32
HSL183.7º33.06%51.96%-
HSV(B)183.7º46.82%67.84%-
XYZ25.9633.344.59-
YUV145.85143.3289.59-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.25%
GREEN value IS 168 (66.02% from 255) = 38.80%
BLUE value IS 173 (67.97% from 255) = 39.95%
R=21.25%
G=38.80%
B=39.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal921681730.470.0300.32183.733.0651.96
Hex5CA8AD2F3020b82134
Octal1342502555730402704164
Binary1011100101010001010110110111111010000010111000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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