#5BB9B5

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

Shades of Fountain Blue #5BB9B5

Tints of Fountain Blue #5BB9B5

Color information

#5BB9B5 (or 0x5BB9B5) is unknown color: approx Fountain Blue. HEX triplet: 5B, B9 and B5. RGB value is (91,185,181). Sum of RGB (Red+Green+Blue) = 91+185+181=457 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.91% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 185 - color contains mainly: green. Hex color #5BB9B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BB9B5 is #A4464A. Grayscale: #9C9C9C. Windows color (decimal): -10765899 or 11909467. OLE color: 11909467.

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

Color convert

RGB91185181-
CMYK0.5100.020.27
HSL177.45º40.17%54.12%-
HSV(B)177.45º50.81%72.55%-
XYZ3040.2649.91-
YUV156.44141.8681.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.91%
GREEN value IS 185 (72.66% from 255) = 40.48%
BLUE value IS 181 (71.09% from 255) = 39.61%
R=19.91%
G=40.48%
B=39.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal911851810.5100.020.27177.4540.1754.12
Hex5BB9B533021Bb12836
Octal1332712656302332615066
Binary101101110111001101101011100110101101110110001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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