#205452

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

Shades of Dark Slate Grey #205452

Tints of Dark Slate Grey #205452

Color information

#205452 (or 0x205452) is unknown color: approx Dark Slate Grey. HEX triplet: 20, 54 and 52. RGB value is (32,84,82). Sum of RGB (Red+Green+Blue) = 32+84+82=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 84 - color contains mainly: green. Hex color #205452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205452 is #DFABAD. Grayscale: #444444. Windows color (decimal): -14658478 or 5395488. OLE color: 5395488.

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

Color convert

RGB328482-
CMYK0.6200.020.67
HSL177.69º44.83%22.75%-
HSV(B)177.69º61.9%32.94%-
XYZ5.297.269.1-
YUV68.22135.77102.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.16%
GREEN value IS 84 (33.20% from 255) = 42.42%
BLUE value IS 82 (32.42% from 255) = 41.41%
R=16.16%
G=42.42%
B=41.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3284820.6200.020.67177.6944.8322.75
Hex2054523E0243b22d17
Octal4012412276021032625527
Binary1000001010100101001011111001010000111011001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205452; }

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

 H1.HeaderClassName
 {
   color: #205452;
 }
 .AnyTagClassName
 {
   color: #205452;
 }
</style>
background-color css

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

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

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

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

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

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