#205455

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

Shades of Dark Slate Grey #205455

Tints of Dark Slate Grey #205455

Color information

#205455 (or 0x205455) is unknown color: approx Dark Slate Grey. HEX triplet: 20, 54 and 55. RGB value is (32,84,85). Sum of RGB (Red+Green+Blue) = 32+84+85=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 85 - color contains mainly: blue. Hex color #205455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205455 is #DFABAA. Grayscale: #444444. Windows color (decimal): -14658475 or 5592096. OLE color: 5592096.

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

Color convert

RGB328485-
CMYK0.620.0100.67
HSL181.13º45.3%22.94%-
HSV(B)181.13º62.35%33.33%-
XYZ5.417.39.72-
YUV68.57137.27101.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.92%
GREEN value IS 84 (33.20% from 255) = 41.79%
BLUE value IS 85 (33.59% from 255) = 42.29%
R=15.92%
G=41.79%
B=42.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3284850.620.0100.67181.1345.322.94
Hex2054553E1043b52d17
Octal4012412576101032655527
Binary100000101010010101011111101010000111011010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205455; }

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

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

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

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

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

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

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

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