#5BB7BF

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

Shades of Fountain Blue #5BB7BF

Tints of Fountain Blue #5BB7BF

Color information

#5BB7BF (or 0x5BB7BF) is unknown color: approx Fountain Blue. HEX triplet: 5B, B7 and BF. RGB value is (91,183,191). Sum of RGB (Red+Green+Blue) = 91+183+191=465 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.57% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #5BB7BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BB7BF is #A44840. Grayscale: #9C9C9C. Windows color (decimal): -10766401 or 12564315. OLE color: 12564315.

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

Color convert

RGB91183191-
CMYK0.520.0400.25
HSL184.8º43.86%55.29%-
HSV(B)184.8º52.36%74.9%-
XYZ30.6539.8555.37-
YUV156.4147.5281.35-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.57%
GREEN value IS 183 (71.88% from 255) = 39.35%
BLUE value IS 191 (75% from 255) = 41.08%
R=19.57%
G=39.35%
B=41.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911831910.520.0400.25184.843.8655.29
Hex5BB7BF344019b92c37
Octal1332672776440312715467
Binary1011011101101111011111111010010001100110111001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,183,191); }

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

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

 a { background-color: rgb(91,183,191); }

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

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

 span { border-color: rgb(91,183,191); }

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