#20504E

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

Shades of Dark Slate Grey #20504E

Tints of Dark Slate Grey #20504E

Color information

#20504E (or 0x20504E) is unknown color: approx Dark Slate Grey. HEX triplet: 20, 50 and 4E. RGB value is (32,80,78). Sum of RGB (Red+Green+Blue) = 32+80+78=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 80 - color contains mainly: green. Hex color #20504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20504E is #DFAFB1. Grayscale: #414141. Windows color (decimal): -14659506 or 5132320. OLE color: 5132320.

HSL color Cylindrical-coordinate representation of color #20504E: hue angle of 177.5º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #20504E is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB328078-
CMYK0.6000.020.69
HSL177.5º42.86%21.96%-
HSV(B)177.5º60%31.37%-
XYZ4.846.598.23-
YUV65.42135.1104.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.84%
GREEN value IS 80 (31.64% from 255) = 42.11%
BLUE value IS 78 (30.86% from 255) = 41.05%
R=16.84%
G=42.11%
B=41.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3280780.6000.020.69177.542.8621.96
Hex20504E3C0245b22b16
Octal4012011674021052625326
Binary1000001010000100111011110001010001011011001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20504E; }

 p { color: rgb(32,80,78); }

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

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

 a { background-color: rgb(32,80,78); }

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

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

 span { border-color: rgb(32,80,78); }

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