#5BB2BE

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

Shades of Fountain Blue #5BB2BE

Tints of Fountain Blue #5BB2BE

Color information

#5BB2BE (or 0x5BB2BE) is unknown color: approx Fountain Blue. HEX triplet: 5B, B2 and BE. RGB value is (91,178,190). Sum of RGB (Red+Green+Blue) = 91+178+190=459 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.83% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #5BB2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BB2BE is #A44D41. Grayscale: #999999. Windows color (decimal): -10767682 or 12497499. OLE color: 12497499.

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

Color convert

RGB91178190-
CMYK0.520.0600.25
HSL187.27º43.23%55.1%-
HSV(B)187.27º52.11%74.51%-
XYZ29.5337.7854.45-
YUV153.35148.6883.52-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.83%
GREEN value IS 178 (69.92% from 255) = 38.78%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=19.83%
G=38.78%
B=41.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911781900.520.0600.25187.2743.2355.1
Hex5BB2BE346019bb2b37
Octal1332622766460312735367
Binary1011011101100101011111011010011001100110111011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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