#5BBDBF

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

Shades of Fountain Blue #5BBDBF

Tints of Fountain Blue #5BBDBF

Color information

#5BBDBF (or 0x5BBDBF) is unknown color: approx Fountain Blue. HEX triplet: 5B, BD and BF. RGB value is (91,189,191). Sum of RGB (Red+Green+Blue) = 91+189+191=471 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.32% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #5BBDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBDBF is #A44240. Grayscale: #9F9F9F. Windows color (decimal): -10764865 or 12565851. OLE color: 12565851.

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

Color convert

RGB91189191-
CMYK0.520.0100.25
HSL181.2º43.86%55.29%-
HSV(B)181.2º52.36%74.9%-
XYZ31.9242.3855.79-
YUV159.93145.5378.84-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.32%
GREEN value IS 189 (74.22% from 255) = 40.13%
BLUE value IS 191 (75% from 255) = 40.55%
R=19.32%
G=40.13%
B=40.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911891910.520.0100.25181.243.8655.29
Hex5BBDBF341019b52c37
Octal1332752776410312655467
Binary10110111011110110111111110100101100110110101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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