#204E50

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

Shades of Dark Slate Grey #204E50

Tints of Dark Slate Grey #204E50

Color information

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

HSL color Cylindrical-coordinate representation of color #204E50: hue angle of 182.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 #204E50 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB327880-
CMYK0.600.0200.69
HSL182.5º42.86%21.96%-
HSV(B)182.5º60%31.37%-
XYZ4.776.348.56-
YUV64.47136.76104.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3278800.600.0200.69182.542.8621.96
Hex204E503C2045b62b16
Octal4011612074201052665326
Binary1000001001110101000011110010010001011011011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204E50; }

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

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

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

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

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

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

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

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