#20524E

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

Shades of Dark Slate Grey #20524E

Tints of Dark Slate Grey #20524E

Color information

#20524E (or 0x20524E) is unknown color: approx Dark Slate Grey. HEX triplet: 20, 52 and 4E. RGB value is (32,82,78). Sum of RGB (Red+Green+Blue) = 32+82+78=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 82 - color contains mainly: green. Hex color #20524E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20524E is #DFADB1. Grayscale: #424242. Windows color (decimal): -14658994 or 5132832. OLE color: 5132832.

HSL color Cylindrical-coordinate representation of color #20524E: hue angle of 175.2º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #20524E is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB328278-
CMYK0.6100.050.68
HSL175.2º43.86%22.35%-
HSV(B)175.2º60.98%32.16%-
XYZ4.996.898.28-
YUV66.59134.44103.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.67%
GREEN value IS 82 (32.42% from 255) = 42.71%
BLUE value IS 78 (30.86% from 255) = 40.62%
R=16.67%
G=42.71%
B=40.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3282780.6100.050.68175.243.8622.35
Hex20524E3D0544af2c16
Octal4012211675051042575426
Binary10000010100101001110111101010110001001010111110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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