Html Css Color HEX #205253 Dark Slate Grey

📋 copy color: '#205253'

red 32 ◦ green 82 ◦ blue 83

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

Shades of Dark Slate Grey #205253

Tints of Dark Slate Grey #205253

RGB

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

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

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

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

CMYK

 C value IS 0.61

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

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

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

Color convert

RGB 32 82 83 -
CMYK 0.61 0.01 0 0.67
HSL 181.18º 0.44% 0.23% -
HSV(B) 181.18º 0.61% 0.33% -
XYZ 5.17 6.97 9.26 -
YUV 67.16 136.94 102.92 -
System Red Green Blue C M Y K H S L
Decimal 32 82 83 0.61 0.01 0 0.67 181.18 0.44 0.23
Hex 20 52 53 3D 1 0 43 B5 2C 17
Octal 40 122 123 75 1 0 103 265 54 27
Binary 100000 1010010 1010011 111101 1 0 1000011 10110101 101100 10111

Color Harmonies of #205253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205253

Black with #205253

Text Example


Text Example

White with #205253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205253; }

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

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

background-color css

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

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

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

border-color css

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

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

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