#205253

Color #205253 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #205253

Tints of Dark Slate Grey #205253

Color information

#205253 (or 0x205253) is unknown color: approx 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

RGB328283-
CMYK0.610.0100.67
HSL181.18º44.35%22.55%-
HSV(B)181.18º61.45%32.55%-
XYZ5.176.979.26-
YUV67.16136.94102.92-

RGB Variations

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

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 (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3282830.610.0100.67181.1844.3522.55
Hex2052533D1043b52c17
Octal4012212375101032655427
Binary100000101001010100111111011010000111011010110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>