Html Css Color HEX #5BCDB9 Downy

📋 copy color: '#5BCDB9'

red 91 ◦ green 205 ◦ blue 185

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

Shades of Downy #5BCDB9

Tints of Downy #5BCDB9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.62%

 BLUE value IS 185 (72.66% from 255) = 38.46%

R = 18.92%
G = 42.62%
B = 38.46%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#5BCDB9 (or 0x5BCDB9) is known color: Downy. HEX triplet: 5B, CD and B9. RGB value is (91,205,185). Sum of RGB (Red+Green+Blue) = 91+205+185=481 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.92% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCDB9 is #A43246. Grayscale: #A8A8A8. Windows color (decimal): -10760775 or 12176731. OLE color: 12176731.

HSL color Cylindrical-coordinate representation of color #5BCDB9: hue angle of 169.47º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCDB9 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 91 205 185 -
CMYK 0.56 0 0.10 0.20
HSL 169.47º 0.53% 0.58% -
HSV(B) 169.47º 0.56% 0.8% -
XYZ 34.9 49.39 53.59 -
YUV 168.63 137.23 72.63 -
System Red Green Blue C M Y K H S L
Decimal 91 205 185 0.56 0 0.10 0.20 169.47 0.53 0.58
Hex 5B CD B9 38 0 A 14 A9 35 3A
Octal 133 315 271 70 0 12 24 251 65 72
Binary 1011011 11001101 10111001 111000 0 1010 10100 10101001 110101 111010

Color Harmonies of #5BCDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCDB9

Black with #5BCDB9

Text Example


Text Example

White with #5BCDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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