#205552

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

Shades of Dark Slate Grey #205552

Tints of Dark Slate Grey #205552

Color information

#205552 (or 0x205552) is unknown color: approx Dark Slate Grey. HEX triplet: 20, 55 and 52. RGB value is (32,85,82). Sum of RGB (Red+Green+Blue) = 32+85+82=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 85 - color contains mainly: green. Hex color #205552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205552 is #DFAAAD. Grayscale: #444444. Windows color (decimal): -14658222 or 5395744. OLE color: 5395744.

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

Color convert

RGB328582-
CMYK0.6200.040.67
HSL176.6º45.3%22.94%-
HSV(B)176.6º62.35%33.33%-
XYZ5.377.419.13-
YUV68.81135.44101.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.08%
GREEN value IS 85 (33.59% from 255) = 42.71%
BLUE value IS 82 (32.42% from 255) = 41.21%
R=16.08%
G=42.71%
B=41.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3285820.6200.040.67176.645.322.94
Hex2055523E0443b12d17
Octal4012512276041032615527
Binary10000010101011010010111110010010000111011000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205552; }

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

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

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

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

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

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

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

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