#5BAAB9

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

Shades of Fountain Blue #5BAAB9

Tints of Fountain Blue #5BAAB9

Color information

#5BAAB9 (or 0x5BAAB9) is unknown color: approx Fountain Blue. HEX triplet: 5B, AA and B9. RGB value is (91,170,185). Sum of RGB (Red+Green+Blue) = 91+170+185=446 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.40% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 185 - color contains mainly: blue. Hex color #5BAAB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAAB9 is #A45546. Grayscale: #939393. Windows color (decimal): -10769735 or 12167771. OLE color: 12167771.

HSL color Cylindrical-coordinate representation of color #5BAAB9: hue angle of 189.57º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BAAB9 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB91170185-
CMYK0.510.0800.27
HSL189.57º40.17%54.12%-
HSV(B)189.57º50.81%72.55%-
XYZ27.4534.4851.11-
YUV148.09148.8387.28-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.40%
GREEN value IS 170 (66.80% from 255) = 38.12%
BLUE value IS 185 (72.66% from 255) = 41.48%
R=20.40%
G=38.12%
B=41.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal911701850.510.0800.27189.5740.1754.12
Hex5BAAB933801Bbe2836
Octal13325227163100332765066
Binary10110111010101010111001110011100001101110111110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,170,185); }

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

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

 a { background-color: rgb(91,170,185); }

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

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

 span { border-color: rgb(91,170,185); }

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