#24575D

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

Shades of Dark Slate Grey #24575D

Tints of Dark Slate Grey #24575D

Color information

#24575D (or 0x24575D) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 57 and 5D. RGB value is (36,87,93). Sum of RGB (Red+Green+Blue) = 36+87+93=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 93 - color contains mainly: blue. Hex color #24575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24575D is #DBA8A2. Grayscale: #484848. Windows color (decimal): -14395555 or 6117156. OLE color: 6117156.

HSL color Cylindrical-coordinate representation of color #24575D: hue angle of 186.32º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24575D is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB368793-
CMYK0.610.0600.64
HSL186.32º44.19%25.29%-
HSV(B)186.32º61.29%36.47%-
XYZ6.117.9811.57-
YUV72.44139.6102.01-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.67%
GREEN value IS 87 (34.38% from 255) = 40.28%
BLUE value IS 93 (36.72% from 255) = 43.06%
R=16.67%
G=40.28%
B=43.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3687930.610.0600.64186.3244.1925.29
Hex24575D3D6040ba2c19
Octal4412713575601002725431
Binary10010010101111011101111101110010000001011101010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,87,93); }

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

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

 a { background-color: rgb(36,87,93); }

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

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

 span { border-color: rgb(36,87,93); }

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