#5AA5AC

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

Shades of Fountain Blue #5AA5AC

Tints of Fountain Blue #5AA5AC

Color information

#5AA5AC (or 0x5AA5AC) is unknown color: approx Fountain Blue. HEX triplet: 5A, A5 and AC. RGB value is (90,165,172). Sum of RGB (Red+Green+Blue) = 90+165+172=427 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.08% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #5AA5AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA5AC is #A55A53. Grayscale: #8F8F8F. Windows color (decimal): -10836564 or 11314522. OLE color: 11314522.

HSL color Cylindrical-coordinate representation of color #5AA5AC: hue angle of 185.12º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AA5AC is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB90165172-
CMYK0.480.0400.33
HSL185.12º33.06%51.37%-
HSV(B)185.12º47.67%67.45%-
XYZ25.1232.0643.89-
YUV143.37144.1589.93-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.08%
GREEN value IS 165 (64.84% from 255) = 38.64%
BLUE value IS 172 (67.58% from 255) = 40.28%
R=21.08%
G=38.64%
B=40.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901651720.480.0400.33185.1233.0651.37
Hex5AA5AC304021b92133
Octal1322452546040412714163
Binary10110101010010110101100110000100010000110111001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,165,172); }

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

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

 a { background-color: rgb(90,165,172); }

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

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

 span { border-color: rgb(90,165,172); }

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