Html Css Color HEX #5BC9BF Downy

📋 copy color: '#5BC9BF'

red 91 ◦ green 201 ◦ blue 191

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

Shades of Downy #5BC9BF

Tints of Downy #5BC9BF

RGB

 RED value IS 91 (35.94% from 255) = 18.84%

 GREEN value IS 201 (78.91% from 255) = 41.61%

 BLUE value IS 191 (75% from 255) = 39.54%

R = 18.84%
G = 41.61%
B = 39.54%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#5BC9BF (or 0x5BC9BF) is known color: Downy. HEX triplet: 5B, C9 and BF. RGB value is (91,201,191). Sum of RGB (Red+Green+Blue) = 91+201+191=483 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.84% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #5BC9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC9BF is #A43640. Grayscale: #A6A6A6. Windows color (decimal): -10761793 or 12568923. OLE color: 12568923.

HSL color Cylindrical-coordinate representation of color #5BC9BF: hue angle of 174.55º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BC9BF is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 91 201 191 -
CMYK 0.55 0 0.05 0.21
HSL 174.55º 0.5% 0.57% -
HSV(B) 174.55º 0.55% 0.79% -
XYZ 34.61 47.76 56.68 -
YUV 166.97 141.56 73.81 -
System Red Green Blue C M Y K H S L
Decimal 91 201 191 0.55 0 0.05 0.21 174.55 0.5 0.57
Hex 5B C9 BF 37 0 5 15 AF 32 39
Octal 133 311 277 67 0 5 25 257 62 71
Binary 1011011 11001001 10111111 110111 0 101 10101 10101111 110010 111001

Color Harmonies of #5BC9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC9BF

Black with #5BC9BF

Text Example


Text Example

White with #5BC9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5BC9BF;
 }
 .AnyTagClassName
 {
   color: #5BC9BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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