#24565B

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

Shades of Dark Slate Grey #24565B

Tints of Dark Slate Grey #24565B

Color information

#24565B (or 0x24565B) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 56 and 5B. RGB value is (36,86,91). Sum of RGB (Red+Green+Blue) = 36+86+91=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 91 - color contains mainly: blue. Hex color #24565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24565B is #DBA9A4. Grayscale: #474747. Windows color (decimal): -14395813 or 5985828. OLE color: 5985828.

HSL color Cylindrical-coordinate representation of color #24565B: hue angle of 185.45º 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 #24565B is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB368691-
CMYK0.600.0500.64
HSL185.45º43.31%24.9%-
HSV(B)185.45º60.44%35.69%-
XYZ5.947.7911.09-
YUV71.62138.94102.59-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.90%
GREEN value IS 86 (33.98% from 255) = 40.38%
BLUE value IS 91 (35.94% from 255) = 42.72%
R=16.90%
G=40.38%
B=42.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3686910.600.0500.64185.4543.3124.9
Hex24565B3C5040b92b19
Octal4412613374501002715331
Binary10010010101101011011111100101010000001011100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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