#5AA3AD

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

Shades of Fountain Blue #5AA3AD

Tints of Fountain Blue #5AA3AD

Color information

#5AA3AD (or 0x5AA3AD) is unknown color: approx Fountain Blue. HEX triplet: 5A, A3 and AD. RGB value is (90,163,173). Sum of RGB (Red+Green+Blue) = 90+163+173=426 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.13% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #5AA3AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA3AD is #A55C52. Grayscale: #8E8E8E. Windows color (decimal): -10837075 or 11379546. OLE color: 11379546.

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

Color convert

RGB90163173-
CMYK0.480.0600.32
HSL187.23º33.6%51.57%-
HSV(B)187.23º47.98%67.84%-
XYZ24.8631.3944.28-
YUV142.31145.3290.69-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.13%
GREEN value IS 163 (64.06% from 255) = 38.26%
BLUE value IS 173 (67.97% from 255) = 40.61%
R=21.13%
G=38.26%
B=40.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal901631730.480.0600.32187.2333.651.57
Hex5AA3AD306020bb2234
Octal1322432556060402734264
Binary10110101010001110101101110000110010000010111011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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