#5AA8AD

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

Shades of Fountain Blue #5AA8AD

Tints of Fountain Blue #5AA8AD

Color information

#5AA8AD (or 0x5AA8AD) is unknown color: approx Fountain Blue. HEX triplet: 5A, A8 and AD. RGB value is (90,168,173). Sum of RGB (Red+Green+Blue) = 90+168+173=431 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.88% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #5AA8AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA8AD is #A55752. Grayscale: #919191. Windows color (decimal): -10835795 or 11380826. OLE color: 11380826.

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

Color convert

RGB90168173-
CMYK0.480.0300.32
HSL183.61º33.6%51.57%-
HSV(B)183.61º47.98%67.84%-
XYZ25.7633.244.58-
YUV145.25143.6688.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.88%
GREEN value IS 168 (66.02% from 255) = 38.98%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=20.88%
G=38.98%
B=40.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal901681730.480.0300.32183.6133.651.57
Hex5AA8AD303020b82234
Octal1322502556030402704264
Binary1011010101010001010110111000011010000010111000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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