Html Css Color HEX #5BDDC2 Downy

📋 copy color: '#5BDDC2'

red 91 ◦ green 221 ◦ blue 194

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

Shades of Downy #5BDDC2

Tints of Downy #5BDDC2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.68%

 BLUE value IS 194 (76.17% from 255) = 38.34%

R = 17.98%
G = 43.68%
B = 38.34%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#5BDDC2 (or 0x5BDDC2) is known color: Downy. HEX triplet: 5B, DD and C2. RGB value is (91,221,194). Sum of RGB (Red+Green+Blue) = 91+221+194=506 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.98% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #5BDDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDDC2 is #A4223D. Grayscale: #B3B3B3. Windows color (decimal): -10756670 or 12770651. OLE color: 12770651.

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

Color convert

RGB 91 221 194 -
CMYK 0.59 0 0.12 0.13
HSL 167.54º 0.66% 0.61% -
HSV(B) 167.54º 0.59% 0.87% -
XYZ 39.91 57.83 60.1 -
YUV 179.05 136.43 65.2 -
System Red Green Blue C M Y K H S L
Decimal 91 221 194 0.59 0 0.12 0.13 167.54 0.66 0.61
Hex 5B DD C2 3B 0 C D A8 42 3D
Octal 133 335 302 73 0 14 15 250 102 75
Binary 1011011 11011101 11000010 111011 0 1100 1101 10101000 1000010 111101

Color Harmonies of #5BDDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDDC2

Black with #5BDDC2

Text Example


Text Example

White with #5BDDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,221,194); }

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

background-color css

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

 a { background-color: rgb(91,221,194); }

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

border-color css

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

 span { border-color: rgb(91,221,194); }

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