Html Css Color HEX #24575A Dark Slate Grey

📋 copy color: '#24575A'

red 36 ◦ green 87 ◦ blue 90

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

Shades of Dark Slate Grey #24575A

Tints of Dark Slate Grey #24575A

RGB

 RED value IS 36 (14.45% from 255) = 16.9%

 GREEN value IS 87 (34.38% from 255) = 40.85%

 BLUE value IS 90 (35.55% from 255) = 42.25%

R = 16.9%
G = 40.85%
B = 42.25%

CMYK

 C value IS 0.60

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#24575A (or 0x24575A) is known color: Dark Slate Grey. HEX triplet: 24, 57 and 5A. RGB value is (36,87,90). Sum of RGB (Red+Green+Blue) = 36+87+90=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 87 (34.38% from 255 or 40.85% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #24575A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24575A is #DBA8A5. Grayscale: #484848. Windows color (decimal): -14395558 or 5920548. OLE color: 5920548.

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

Color convert

RGB 36 87 90 -
CMYK 0.60 0.03 0 0.65
HSL 183.33º 0.43% 0.25% -
HSV(B) 183.33º 0.6% 0.35% -
XYZ 5.98 7.93 10.89 -
YUV 72.09 138.1 102.26 -
System Red Green Blue C M Y K H S L
Decimal 36 87 90 0.60 0.03 0 0.65 183.33 0.43 0.25
Hex 24 57 5A 3C 3 0 41 B7 2B 19
Octal 44 127 132 74 3 0 101 267 53 31
Binary 100100 1010111 1011010 111100 11 0 1000001 10110111 101011 11001

Color Harmonies of #24575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24575A

Black with #24575A

Text Example


Text Example

White with #24575A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24575A;
 }
 .AnyTagClassName
 {
   color: #24575A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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