#20514D

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

Shades of Dark Slate Grey #20514D

Tints of Dark Slate Grey #20514D

Color information

#20514D (or 0x20514D) is unknown color: approx Dark Slate Grey. HEX triplet: 20, 51 and 4D. RGB value is (32,81,77). Sum of RGB (Red+Green+Blue) = 32+81+77=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 81 - color contains mainly: green. Hex color #20514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20514D is #DFAEB2. Grayscale: #414141. Windows color (decimal): -14659251 or 5067040. OLE color: 5067040.

HSL color Cylindrical-coordinate representation of color #20514D: hue angle of 175.1º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #20514D is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB328177-
CMYK0.6000.050.68
HSL175.1º43.36%22.16%-
HSV(B)175.1º60.49%31.76%-
XYZ4.886.738.06-
YUV65.89134.27103.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.84%
GREEN value IS 81 (32.03% from 255) = 42.63%
BLUE value IS 77 (30.47% from 255) = 40.53%
R=16.84%
G=42.63%
B=40.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3281770.6000.050.68175.143.3622.16
Hex20514D3C0544af2b16
Octal4012111574051042575326
Binary10000010100011001101111100010110001001010111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20514D; }

 p { color: rgb(32,81,77); }

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

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

 a { background-color: rgb(32,81,77); }

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

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

 span { border-color: rgb(32,81,77); }

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