Html Css Color HEX #205352 Dark Slate Grey

📋 copy color: '#205352'

red 32 ◦ green 83 ◦ blue 82

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

Shades of Dark Slate Grey #205352

Tints of Dark Slate Grey #205352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 41.62%

R = 16.24%
G = 42.13%
B = 41.62%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#205352 (or 0x205352) is known color: Dark Slate Grey. HEX triplet: 20, 53 and 52. RGB value is (32,83,82). Sum of RGB (Red+Green+Blue) = 32+83+82=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 83 - color contains mainly: green. Hex color #205352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205352 is #DFACAD. Grayscale: #434343. Windows color (decimal): -14658734 or 5395232. OLE color: 5395232.

HSL color Cylindrical-coordinate representation of color #205352: hue angle of 178.82º 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 #205352 is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 32 83 82 -
CMYK 0.61 0 0.01 0.67
HSL 178.82º 0.44% 0.23% -
HSV(B) 178.82º 0.61% 0.33% -
XYZ 5.21 7.1 9.08 -
YUV 67.64 136.1 102.58 -
System Red Green Blue C M Y K H S L
Decimal 32 83 82 0.61 0 0.01 0.67 178.82 0.44 0.23
Hex 20 53 52 3D 0 1 43 B3 2C 17
Octal 40 123 122 75 0 1 103 263 54 27
Binary 100000 1010011 1010010 111101 0 1 1000011 10110011 101100 10111

Color Harmonies of #205352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205352

Black with #205352

Text Example


Text Example

White with #205352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205352; }

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

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

background-color css

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

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

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

border-color css

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

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

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