#24585C

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

Shades of Dark Slate Grey #24585C

Tints of Dark Slate Grey #24585C

Color information

#24585C (or 0x24585C) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 58 and 5C. RGB value is (36,88,92). Sum of RGB (Red+Green+Blue) = 36+88+92=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 92 - color contains mainly: blue. Hex color #24585C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24585C is #DBA7A3. Grayscale: #484848. Windows color (decimal): -14395300 or 6051876. OLE color: 6051876.

HSL color Cylindrical-coordinate representation of color #24585C: hue angle of 184.29º 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 #24585C is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB368892-
CMYK0.610.0400.64
HSL184.29º43.75%25.1%-
HSV(B)184.29º60.87%36.08%-
XYZ6.158.1311.37-
YUV72.91138.77101.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.67%
GREEN value IS 88 (34.77% from 255) = 40.74%
BLUE value IS 92 (36.33% from 255) = 42.59%
R=16.67%
G=40.74%
B=42.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3688920.610.0400.64184.2943.7525.1
Hex24585C3D4040b82c19
Octal4413013475401002705431
Binary10010010110001011100111101100010000001011100010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24585C; }

 p { color: rgb(36,88,92); }

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

<style>
 a { background-color: #24585C; }

 a { background-color: rgb(36,88,92); }

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

<style>
 span { border-color: #24585C; }

 span { border-color: rgb(36,88,92); }

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