#5BB5BE

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

Shades of Fountain Blue #5BB5BE

Tints of Fountain Blue #5BB5BE

Color information

#5BB5BE (or 0x5BB5BE) is unknown color: approx Fountain Blue. HEX triplet: 5B, B5 and BE. RGB value is (91,181,190). Sum of RGB (Red+Green+Blue) = 91+181+190=462 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.70% from 462); Green value is 181 (71.09% from 255 or 39.18% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #5BB5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BB5BE is #A44A41. Grayscale: #9A9A9A. Windows color (decimal): -10766914 or 12498267. OLE color: 12498267.

HSL color Cylindrical-coordinate representation of color #5BB5BE: hue angle of 185.45º 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 #5BB5BE is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB91181190-
CMYK0.520.0500.25
HSL185.45º43.23%55.1%-
HSV(B)185.45º52.11%74.51%-
XYZ30.1338.9954.65-
YUV155.12147.6882.27-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.70%
GREEN value IS 181 (71.09% from 255) = 39.18%
BLUE value IS 190 (74.61% from 255) = 41.13%
R=19.70%
G=39.18%
B=41.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911811900.520.0500.25185.4543.2355.1
Hex5BB5BE345019b92b37
Octal1332652766450312715367
Binary1011011101101011011111011010010101100110111001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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