#5AA6AD

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

Shades of Fountain Blue #5AA6AD

Tints of Fountain Blue #5AA6AD

Color information

#5AA6AD (or 0x5AA6AD) is unknown color: approx Fountain Blue. HEX triplet: 5A, A6 and AD. RGB value is (90,166,173). Sum of RGB (Red+Green+Blue) = 90+166+173=429 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.98% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #5AA6AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA6AD is #A55952. Grayscale: #8F8F8F. Windows color (decimal): -10836307 or 11380314. OLE color: 11380314.

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

Color convert

RGB90166173-
CMYK0.480.0400.32
HSL185.06º33.6%51.57%-
HSV(B)185.06º47.98%67.84%-
XYZ25.432.4644.46-
YUV144.07144.3289.43-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.98%
GREEN value IS 166 (65.23% from 255) = 38.69%
BLUE value IS 173 (67.97% from 255) = 40.33%
R=20.98%
G=38.69%
B=40.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal901661730.480.0400.32185.0633.651.57
Hex5AA6AD304020b92234
Octal1322462556040402714264
Binary10110101010011010101101110000100010000010111001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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