Html Css Color HEX #205350 Dark Slate Grey

📋 copy color: '#205350'

red 32 ◦ green 83 ◦ blue 80

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

Shades of Dark Slate Grey #205350

Tints of Dark Slate Grey #205350

RGB

 RED value IS 32 (12.89% from 255) = 16.41%

 GREEN value IS 83 (32.81% from 255) = 42.56%

 BLUE value IS 80 (31.64% from 255) = 41.03%

R = 16.41%
G = 42.56%
B = 41.03%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#205350 (or 0x205350) is known color: Dark Slate Grey. HEX triplet: 20, 53 and 50. RGB value is (32,83,80). Sum of RGB (Red+Green+Blue) = 32+83+80=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #205350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205350 is #DFACAF. Grayscale: #434343. Windows color (decimal): -14658736 or 5264160. OLE color: 5264160.

HSL color Cylindrical-coordinate representation of color #205350: hue angle of 176.47º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #205350 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 32 83 80 -
CMYK 0.61 0 0.04 0.67
HSL 176.47º 0.44% 0.23% -
HSV(B) 176.47º 0.61% 0.33% -
XYZ 5.14 7.07 8.68 -
YUV 67.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 32 83 80 0.61 0 0.04 0.67 176.47 0.44 0.23
Hex 20 53 50 3D 0 4 43 B0 2C 17
Octal 40 123 120 75 0 4 103 260 54 27
Binary 100000 1010011 1010000 111101 0 100 1000011 10110000 101100 10111

Color Harmonies of #205350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205350

Black with #205350

Text Example


Text Example

White with #205350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205350; }

 p { color: rgb(32,83,80); }

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

background-color css

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

 a { background-color: rgb(32,83,80); }

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

border-color css

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

 span { border-color: rgb(32,83,80); }

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