#5BA1AE

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

Shades of Fountain Blue #5BA1AE

Tints of Fountain Blue #5BA1AE

Color information

#5BA1AE (or 0x5BA1AE) is unknown color: approx Fountain Blue. HEX triplet: 5B, A1 and AE. RGB value is (91,161,174). Sum of RGB (Red+Green+Blue) = 91+161+174=426 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.36% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #5BA1AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA1AE is #A45E51. Grayscale: #8D8D8D. Windows color (decimal): -10772050 or 11444571. OLE color: 11444571.

HSL color Cylindrical-coordinate representation of color #5BA1AE: hue angle of 189.4º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BA1AE is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB91161174-
CMYK0.480.0700.32
HSL189.4º33.88%51.96%-
HSV(B)189.4º47.7%68.24%-
XYZ24.730.7744.68-
YUV141.55146.3191.94-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.36%
GREEN value IS 161 (63.28% from 255) = 37.79%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=21.36%
G=37.79%
B=40.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal911611740.480.0700.32189.433.8851.96
Hex5BA1AE307020bd2234
Octal1332412566070402754264
Binary10110111010000110101110110000111010000010111101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,161,174); }

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

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

 a { background-color: rgb(91,161,174); }

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

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

 span { border-color: rgb(91,161,174); }

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