#5BB9BF

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

Shades of Fountain Blue #5BB9BF

Tints of Fountain Blue #5BB9BF

Color information

#5BB9BF (or 0x5BB9BF) is unknown color: approx Fountain Blue. HEX triplet: 5B, B9 and BF. RGB value is (91,185,191). Sum of RGB (Red+Green+Blue) = 91+185+191=467 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.49% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #5BB9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BB9BF is #A44640. Grayscale: #9D9D9D. Windows color (decimal): -10765889 or 12564827. OLE color: 12564827.

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

Color convert

RGB91185191-
CMYK0.520.0300.25
HSL183.6º43.86%55.29%-
HSV(B)183.6º52.36%74.9%-
XYZ31.0740.6855.51-
YUV157.58146.8680.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.49%
GREEN value IS 185 (72.66% from 255) = 39.61%
BLUE value IS 191 (75% from 255) = 40.90%
R=19.49%
G=39.61%
B=40.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911851910.520.0300.25183.643.8655.29
Hex5BB9BF343019b82c37
Octal1332712776430312705467
Binary101101110111001101111111101001101100110111000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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