#21524E

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

Shades of Dark Slate Grey #21524E

Tints of Dark Slate Grey #21524E

Color information

#21524E (or 0x21524E) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 52 and 4E. RGB value is (33,82,78). Sum of RGB (Red+Green+Blue) = 33+82+78=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 82 - color contains mainly: green. Hex color #21524E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21524E is #DEADB1. Grayscale: #424242. Windows color (decimal): -14593458 or 5132833. OLE color: 5132833.

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

Color convert

RGB338278-
CMYK0.6000.050.68
HSL175.1º42.61%22.55%-
HSV(B)175.1º59.76%32.16%-
XYZ5.026.918.28-
YUV66.89134.27103.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.10%
GREEN value IS 82 (32.42% from 255) = 42.49%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=17.10%
G=42.49%
B=40.41%

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
Decimal3382780.6000.050.68175.142.6122.55
Hex21524E3C0544af2b17
Octal4112211674051042575327
Binary10000110100101001110111100010110001001010111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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