#5BBBB5

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

Shades of Fountain Blue #5BBBB5

Tints of Fountain Blue #5BBBB5

Color information

#5BBBB5 (or 0x5BBBB5) is unknown color: approx Fountain Blue. HEX triplet: 5B, BB and B5. RGB value is (91,187,181). Sum of RGB (Red+Green+Blue) = 91+187+181=459 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.83% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #5BBBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBBB5 is #A4444A. Grayscale: #9D9D9D. Windows color (decimal): -10765387 or 11909979. OLE color: 11909979.

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

Color convert

RGB91187181-
CMYK0.5100.030.27
HSL176.25º41.38%54.51%-
HSV(B)176.25º51.34%73.33%-
XYZ30.4341.150.05-
YUV157.61141.280.49-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.83%
GREEN value IS 187 (73.44% from 255) = 40.74%
BLUE value IS 181 (71.09% from 255) = 39.43%
R=19.83%
G=40.74%
B=39.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal911871810.5100.030.27176.2541.3854.51
Hex5BBBB533031Bb02937
Octal1332732656303332605167
Binary101101110111011101101011100110111101110110000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,187,181); }

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

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

 a { background-color: rgb(91,187,181); }

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

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

 span { border-color: rgb(91,187,181); }

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