#205658

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

Shades of Dark Slate Grey #205658

Tints of Dark Slate Grey #205658

Color information

#205658 (or 0x205658) is unknown color: approx Dark Slate Grey. HEX triplet: 20, 56 and 58. RGB value is (32,86,88). Sum of RGB (Red+Green+Blue) = 32+86+88=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 88 - color contains mainly: blue. Hex color #205658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205658 is #DFA9A7. Grayscale: #464646. Windows color (decimal): -14657960 or 5789216. OLE color: 5789216.

HSL color Cylindrical-coordinate representation of color #205658: hue angle of 182.14º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #205658 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB328688-
CMYK0.640.0200.65
HSL182.14º46.67%23.53%-
HSV(B)182.14º63.64%34.51%-
XYZ5.687.6710.41-
YUV70.08138.11100.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.53%
GREEN value IS 86 (33.98% from 255) = 41.75%
BLUE value IS 88 (34.77% from 255) = 42.72%
R=15.53%
G=41.75%
B=42.72%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3286880.640.0200.65182.1446.6723.53
Hex205658402041b62f18
Octal40126130100201012665730
Binary10000010101101011000100000010010000011011011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205658; }

 p { color: rgb(32,86,88); }

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

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

 a { background-color: rgb(32,86,88); }

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

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

 span { border-color: rgb(32,86,88); }

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