#5BABB6

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

Shades of Fountain Blue #5BABB6

Tints of Fountain Blue #5BABB6

Color information

#5BABB6 (or 0x5BABB6) is unknown color: approx Fountain Blue. HEX triplet: 5B, AB and B6. RGB value is (91,171,182). Sum of RGB (Red+Green+Blue) = 91+171+182=444 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.50% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 182 - color contains mainly: blue. Hex color #5BABB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BABB6 is #A45449. Grayscale: #949494. Windows color (decimal): -10769482 or 11971419. OLE color: 11971419.

HSL color Cylindrical-coordinate representation of color #5BABB6: hue angle of 187.25º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5BABB6 is Cyan = 0.5, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB91171182-
CMYK0.50.0600.29
HSL187.25º38.4%53.53%-
HSV(B)187.25º50%71.37%-
XYZ27.3234.7349.52-
YUV148.3314787.11-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.50%
GREEN value IS 171 (67.19% from 255) = 38.51%
BLUE value IS 182 (71.48% from 255) = 40.99%
R=20.50%
G=38.51%
B=40.99%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal911711820.50.0600.29187.2538.453.53
Hex5BABB632601Dbb2636
Octal1332532666260352734666
Binary1011011101010111011011011001011001110110111011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,171,182); }

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

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

 a { background-color: rgb(91,171,182); }

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

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

 span { border-color: rgb(91,171,182); }

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