#5AAABA

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

Shades of Fountain Blue #5AAABA

Tints of Fountain Blue #5AAABA

Color information

#5AAABA (or 0x5AAABA) is unknown color: approx Fountain Blue. HEX triplet: 5A, AA and BA. RGB value is (90,170,186). Sum of RGB (Red+Green+Blue) = 90+170+186=446 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.18% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #5AAABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAABA is #A55545. Grayscale: #939393. Windows color (decimal): -10835270 or 12233306. OLE color: 12233306.

HSL color Cylindrical-coordinate representation of color #5AAABA: hue angle of 190º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5AAABA is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB90170186-
CMYK0.520.0900.27
HSL190º41.03%54.12%-
HSV(B)190º51.61%72.94%-
XYZ27.4534.4751.66-
YUV147.9149.586.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.18%
GREEN value IS 170 (66.80% from 255) = 38.12%
BLUE value IS 186 (73.05% from 255) = 41.70%
R=20.18%
G=38.12%
B=41.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901701860.520.0900.2719041.0354.12
Hex5AAABA34901Bbe2936
Octal13225227264110332765166
Binary10110101010101010111010110100100101101110111110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,170,186); }

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

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

 a { background-color: rgb(90,170,186); }

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

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

 span { border-color: rgb(90,170,186); }

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