#24575B

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

Shades of Dark Slate Grey #24575B

Tints of Dark Slate Grey #24575B

Color information

#24575B (or 0x24575B) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 57 and 5B. RGB value is (36,87,91). Sum of RGB (Red+Green+Blue) = 36+87+91=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 91 - color contains mainly: blue. Hex color #24575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24575B is #DBA8A4. Grayscale: #484848. Windows color (decimal): -14395557 or 5986084. OLE color: 5986084.

HSL color Cylindrical-coordinate representation of color #24575B: hue angle of 184.36º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24575B is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB368791-
CMYK0.600.0400.64
HSL184.36º43.31%24.9%-
HSV(B)184.36º60.44%35.69%-
XYZ6.027.9511.11-
YUV72.21138.6102.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.82%
GREEN value IS 87 (34.38% from 255) = 40.65%
BLUE value IS 91 (35.94% from 255) = 42.52%
R=16.82%
G=40.65%
B=42.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3687910.600.0400.64184.3643.3124.9
Hex24575B3C4040b82b19
Octal4412713374401002705331
Binary10010010101111011011111100100010000001011100010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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