Html Css Color HEX #24575B Dark Slate Grey

📋 copy color: '#24575B'

red 36 ◦ green 87 ◦ blue 91

#24575B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #24575B

Tints of Dark Slate Grey #24575B

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 value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24575B (or 0x24575B) is known color: 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

RGB 36 87 91 -
CMYK 0.60 0.04 0 0.64
HSL 184.36º 0.43% 0.25% -
HSV(B) 184.36º 0.6% 0.36% -
XYZ 6.02 7.95 11.11 -
YUV 72.21 138.6 102.17 -
System Red Green Blue C M Y K H S L
Decimal 36 87 91 0.60 0.04 0 0.64 184.36 0.43 0.25
Hex 24 57 5B 3C 4 0 40 B8 2B 19
Octal 44 127 133 74 4 0 100 270 53 31
Binary 100100 1010111 1011011 111100 100 0 1000000 10111000 101011 11001

Color Harmonies of #24575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24575B

Black with #24575B

Text Example


Text Example

White with #24575B

Text Example


Text Example

HTML Codes & Css Web 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>