Html Css Color HEX #5BC9BD Downy

📋 copy color: '#5BC9BD'

red 91 ◦ green 201 ◦ blue 189

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

Shades of Downy #5BC9BD

Tints of Downy #5BC9BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.29%

R = 18.92%
G = 41.79%
B = 39.29%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#5BC9BD (or 0x5BC9BD) is known color: Downy. HEX triplet: 5B, C9 and BD. RGB value is (91,201,189). Sum of RGB (Red+Green+Blue) = 91+201+189=481 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.92% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 201 - color contains mainly: green. Hex color #5BC9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC9BD is #A43642. Grayscale: #A6A6A6. Windows color (decimal): -10761795 or 12437851. OLE color: 12437851.

HSL color Cylindrical-coordinate representation of color #5BC9BD: hue angle of 173.45º 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 #5BC9BD is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 91 201 189 -
CMYK 0.55 0 0.06 0.21
HSL 173.45º 0.5% 0.57% -
HSV(B) 173.45º 0.55% 0.79% -
XYZ 34.39 47.67 55.53 -
YUV 166.74 140.56 73.98 -
System Red Green Blue C M Y K H S L
Decimal 91 201 189 0.55 0 0.06 0.21 173.45 0.5 0.57
Hex 5B C9 BD 37 0 6 15 AD 32 39
Octal 133 311 275 67 0 6 25 255 62 71
Binary 1011011 11001001 10111101 110111 0 110 10101 10101101 110010 111001

Color Harmonies of #5BC9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC9BD

Black with #5BC9BD

Text Example


Text Example

White with #5BC9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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