#5aa5af

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

Shades of Fountain Blue #5AA5AF

Tints of Fountain Blue #5AA5AF

Color information

#5AA5AF (or 0x5AA5AF) is unknown color: approx Fountain Blue. HEX triplet: 5A, A5 and AF. RGB value is (90,165,175). Sum of RGB (Red+Green+Blue) = 90+165+175=430 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.93% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #5AA5AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA5AF is #A55A50. Grayscale: #8F8F8F. Windows color (decimal): -10836561 or 11511130. OLE color: 11511130.

HSL color Cylindrical-coordinate representation of color #5AA5AF: hue angle of 187.06º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AA5AF is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB90165175-
CMYK0.490.0600.31
HSL187.06º34.69%51.96%-
HSV(B)187.06º48.57%68.63%-
XYZ25.4132.1845.43-
YUV143.71145.6589.69-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.93%
GREEN value IS 165 (64.84% from 255) = 38.37%
BLUE value IS 175 (68.75% from 255) = 40.70%
R=20.93%
G=38.37%
B=40.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal901651750.490.0600.31187.0634.6951.96
Hex5AA5AF31601Fbb2334
Octal1322452576160372734364
Binary1011010101001011010111111000111001111110111011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5aa5af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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