#5BBEB9

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

Shades of Fountain Blue #5BBEB9

Tints of Fountain Blue #5BBEB9

Color information

#5BBEB9 (or 0x5BBEB9) is unknown color: approx Fountain Blue. HEX triplet: 5B, BE and B9. RGB value is (91,190,185). Sum of RGB (Red+Green+Blue) = 91+190+185=466 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.53% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #5BBEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBEB9 is #A44146. Grayscale: #9F9F9F. Windows color (decimal): -10764615 or 12172891. OLE color: 12172891.

HSL color Cylindrical-coordinate representation of color #5BBEB9: hue angle of 176.97º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBEB9 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB91190185-
CMYK0.5200.030.25
HSL176.97º43.23%55.1%-
HSV(B)176.97º52.11%74.51%-
XYZ31.4842.5552.45-
YUV159.83142.278.91-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.53%
GREEN value IS 190 (74.61% from 255) = 40.77%
BLUE value IS 185 (72.66% from 255) = 39.70%
R=19.53%
G=40.77%
B=39.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911901850.5200.030.25176.9743.2355.1
Hex5BBEB9340319b12b37
Octal1332762716403312615367
Binary101101110111110101110011101000111100110110001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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