#5AAFB3

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

Shades of Fountain Blue #5AAFB3

Tints of Fountain Blue #5AAFB3

Color information

#5AAFB3 (or 0x5AAFB3) is unknown color: approx Fountain Blue. HEX triplet: 5A, AF and B3. RGB value is (90,175,179). Sum of RGB (Red+Green+Blue) = 90+175+179=444 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.27% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 179 - color contains mainly: blue. Hex color #5AAFB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAFB3 is #A5504C. Grayscale: #959595. Windows color (decimal): -10833997 or 11775834. OLE color: 11775834.

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

Color convert

RGB90175179-
CMYK0.500.0200.30
HSL182.7º36.93%52.75%-
HSV(B)182.7º49.72%70.2%-
XYZ27.6836.0948.15-
YUV150.04144.3485.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.27%
GREEN value IS 175 (68.75% from 255) = 39.41%
BLUE value IS 179 (70.31% from 255) = 40.32%
R=20.27%
G=39.41%
B=40.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal901751790.500.0200.30182.736.9352.75
Hex5AAFB332201Eb72535
Octal1322572636220362674565
Binary101101010101111101100111100101001111010110111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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