#5AAFB2

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

Shades of Fountain Blue #5AAFB2

Tints of Fountain Blue #5AAFB2

Color information

#5AAFB2 (or 0x5AAFB2) is unknown color: approx Fountain Blue. HEX triplet: 5A, AF and B2. RGB value is (90,175,178). Sum of RGB (Red+Green+Blue) = 90+175+178=443 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.32% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 178 - color contains mainly: blue. Hex color #5AAFB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAFB2 is #A5504D. Grayscale: #959595. Windows color (decimal): -10833998 or 11710298. OLE color: 11710298.

HSL color Cylindrical-coordinate representation of color #5AAFB2: hue angle of 182.05º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AAFB2 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB90175178-
CMYK0.490.0200.30
HSL182.05º36.36%52.55%-
HSV(B)182.05º49.44%69.8%-
XYZ27.5836.0547.62-
YUV149.93143.8485.26-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.32%
GREEN value IS 175 (68.75% from 255) = 39.50%
BLUE value IS 178 (69.92% from 255) = 40.18%
R=20.32%
G=39.50%
B=40.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal901751780.490.0200.30182.0536.3652.55
Hex5AAFB231201Eb62435
Octal1322572626120362664465
Binary101101010101111101100101100011001111010110110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,175,178); }

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

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

 a { background-color: rgb(90,175,178); }

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

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

 span { border-color: rgb(90,175,178); }

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