#5BAAB7

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

Shades of Fountain Blue #5BAAB7

Tints of Fountain Blue #5BAAB7

Color information

#5BAAB7 (or 0x5BAAB7) is unknown color: approx Fountain Blue. HEX triplet: 5B, AA and B7. RGB value is (91,170,183). Sum of RGB (Red+Green+Blue) = 91+170+183=444 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.50% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 183 (71.88% from 255 or 41.22% from 444); Max value from RGB is 183 - color contains mainly: blue. Hex color #5BAAB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAAB7 is #A45548. Grayscale: #939393. Windows color (decimal): -10769737 or 12036699. OLE color: 12036699.

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

Color convert

RGB91170183-
CMYK0.500.0700.28
HSL188.48º38.98%53.73%-
HSV(B)188.48º50.27%71.76%-
XYZ27.2434.3950-
YUV147.86147.8387.44-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.50%
GREEN value IS 170 (66.80% from 255) = 38.29%
BLUE value IS 183 (71.88% from 255) = 41.22%
R=20.50%
G=38.29%
B=41.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal911701830.500.0700.28188.4838.9853.73
Hex5BAAB732701Cbc2736
Octal1332522676270342744766
Binary1011011101010101011011111001011101110010111100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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