#5AB5BE

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

Shades of Fountain Blue #5AB5BE

Tints of Fountain Blue #5AB5BE

Color information

#5AB5BE (or 0x5AB5BE) is unknown color: approx Fountain Blue. HEX triplet: 5A, B5 and BE. RGB value is (90,181,190). Sum of RGB (Red+Green+Blue) = 90+181+190=461 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.52% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #5AB5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB5BE is #A54A41. Grayscale: #9A9A9A. Windows color (decimal): -10832450 or 12498266. OLE color: 12498266.

HSL color Cylindrical-coordinate representation of color #5AB5BE: hue angle of 185.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AB5BE is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB90181190-
CMYK0.530.0500.25
HSL185.4º43.48%54.9%-
HSV(B)185.4º52.63%74.51%-
XYZ30.0338.9454.65-
YUV154.82147.8581.77-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.52%
GREEN value IS 181 (71.09% from 255) = 39.26%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=19.52%
G=39.26%
B=41.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901811900.530.0500.25185.443.4854.9
Hex5AB5BE355019b92b37
Octal1322652766550312715367
Binary1011010101101011011111011010110101100110111001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,181,190); }

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

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

 a { background-color: rgb(90,181,190); }

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

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

 span { border-color: rgb(90,181,190); }

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