#5BB1B6

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

Shades of Fountain Blue #5BB1B6

Tints of Fountain Blue #5BB1B6

Color information

#5BB1B6 (or 0x5BB1B6) is unknown color: approx Fountain Blue. HEX triplet: 5B, B1 and B6. RGB value is (91,177,182). Sum of RGB (Red+Green+Blue) = 91+177+182=450 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.22% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 182 (71.48% from 255 or 40.44% from 450); Max value from RGB is 182 - color contains mainly: blue. Hex color #5BB1B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BB1B6 is #A44E49. Grayscale: #979797. Windows color (decimal): -10767946 or 11972955. OLE color: 11972955.

HSL color Cylindrical-coordinate representation of color #5BB1B6: hue angle of 183.3º 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 #5BB1B6 is Cyan = 0.5, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB91177182-
CMYK0.50.0300.29
HSL183.3º38.4%53.53%-
HSV(B)183.3º50%71.37%-
XYZ28.4837.0549.91-
YUV151.86145.0184.59-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.22%
GREEN value IS 177 (69.53% from 255) = 39.33%
BLUE value IS 182 (71.48% from 255) = 40.44%
R=20.22%
G=39.33%
B=40.44%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal911771820.50.0300.29183.338.453.53
Hex5BB1B632301Db72636
Octal1332612666230352674666
Binary101101110110001101101101100101101110110110111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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