Html Css Color HEX #5BBDBF Fountain Blue

📋 copy color: '#5BBDBF'

red 91 ◦ green 189 ◦ blue 191

#5BBDBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #5BBDBF

Tints of Fountain Blue #5BBDBF

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 value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5BBDBF (or 0x5BBDBF) is known color: 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

RGB 91 189 191 -
CMYK 0.52 0.01 0 0.25
HSL 181.2º 0.44% 0.55% -
HSV(B) 181.2º 0.52% 0.75% -
XYZ 31.92 42.38 55.79 -
YUV 159.93 145.53 78.84 -
System Red Green Blue C M Y K H S L
Decimal 91 189 191 0.52 0.01 0 0.25 181.2 0.44 0.55
Hex 5B BD BF 34 1 0 19 B5 2C 37
Octal 133 275 277 64 1 0 31 265 54 67
Binary 1011011 10111101 10111111 110100 1 0 11001 10110101 101100 110111

Color Harmonies of #5BBDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBDBF

Black with #5BBDBF

Text Example


Text Example

White with #5BBDBF

Text Example


Text Example

HTML Codes & Css Web 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>