Html Css Color HEX #5BDCC0 Downy

📋 copy color: '#5BDCC0'

red 91 ◦ green 220 ◦ blue 192

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

Shades of Downy #5BDCC0

Tints of Downy #5BDCC0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.74%

 BLUE value IS 192 (75.39% from 255) = 38.17%

R = 18.09%
G = 43.74%
B = 38.17%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#5BDCC0 (or 0x5BDCC0) is known color: Downy. HEX triplet: 5B, DC and C0. RGB value is (91,220,192). Sum of RGB (Red+Green+Blue) = 91+220+192=503 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.09% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDCC0 is #A4233F. Grayscale: #B2B2B2. Windows color (decimal): -10756928 or 12639323. OLE color: 12639323.

HSL color Cylindrical-coordinate representation of color #5BDCC0: hue angle of 166.98º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDCC0 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 220 192 -
CMYK 0.59 0 0.13 0.14
HSL 166.98º 0.65% 0.61% -
HSV(B) 166.98º 0.59% 0.86% -
XYZ 39.42 57.22 58.84 -
YUV 178.24 135.76 65.78 -
System Red Green Blue C M Y K H S L
Decimal 91 220 192 0.59 0 0.13 0.14 166.98 0.65 0.61
Hex 5B DC C0 3B 0 D E A7 41 3D
Octal 133 334 300 73 0 15 16 247 101 75
Binary 1011011 11011100 11000000 111011 0 1101 1110 10100111 1000001 111101

Color Harmonies of #5BDCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDCC0

Black with #5BDCC0

Text Example


Text Example

White with #5BDCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,220,192); }

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

background-color css

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

 a { background-color: rgb(91,220,192); }

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

border-color css

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

 span { border-color: rgb(91,220,192); }

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