#5AAEB7

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

Shades of Fountain Blue #5AAEB7

Tints of Fountain Blue #5AAEB7

Color information

#5AAEB7 (or 0x5AAEB7) is unknown color: approx Fountain Blue. HEX triplet: 5A, AE and B7. RGB value is (90,174,183). Sum of RGB (Red+Green+Blue) = 90+174+183=447 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.13% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 183 (71.88% from 255 or 40.94% from 447); Max value from RGB is 183 - color contains mainly: blue. Hex color #5AAEB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAEB7 is #A55148. Grayscale: #959595. Windows color (decimal): -10834249 or 12037722. OLE color: 12037722.

HSL color Cylindrical-coordinate representation of color #5AAEB7: hue angle of 185.81º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AAEB7 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB90174183-
CMYK0.510.0500.28
HSL185.81º39.24%53.53%-
HSV(B)185.81º50.82%71.76%-
XYZ27.935.8650.25-
YUV149.91146.6785.27-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.13%
GREEN value IS 174 (68.36% from 255) = 38.93%
BLUE value IS 183 (71.88% from 255) = 40.94%
R=20.13%
G=38.93%
B=40.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal901741830.510.0500.28185.8139.2453.53
Hex5AAEB733501Cba2736
Octal1322562676350342724766
Binary1011010101011101011011111001110101110010111010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,174,183); }

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

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

 a { background-color: rgb(90,174,183); }

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

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

 span { border-color: rgb(90,174,183); }

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