Html Css Color HEX #24554F Dark Slate Grey

📋 copy color: '#24554F'

red 36 ◦ green 85 ◦ blue 79

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

Shades of Dark Slate Grey #24554F

Tints of Dark Slate Grey #24554F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.5%

 BLUE value IS 79 (31.25% from 255) = 39.5%

R = 18%
G = 42.5%
B = 39.5%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#24554F (or 0x24554F) is known color: Dark Slate Grey. HEX triplet: 24, 55 and 4F. RGB value is (36,85,79). Sum of RGB (Red+Green+Blue) = 36+85+79=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #24554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24554F is #DBAAB0. Grayscale: #454545. Windows color (decimal): -14396081 or 5199140. OLE color: 5199140.

HSL color Cylindrical-coordinate representation of color #24554F: hue angle of 172.65º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #24554F is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 85 79 -
CMYK 0.58 0 0.07 0.67
HSL 172.65º 0.4% 0.24% -
HSV(B) 172.65º 0.58% 0.33% -
XYZ 5.39 7.44 8.55 -
YUV 69.67 133.27 103.99 -
System Red Green Blue C M Y K H S L
Decimal 36 85 79 0.58 0 0.07 0.67 172.65 0.4 0.24
Hex 24 55 4F 3A 0 7 43 AD 28 18
Octal 44 125 117 72 0 7 103 255 50 30
Binary 100100 1010101 1001111 111010 0 111 1000011 10101101 101000 11000

Color Harmonies of #24554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24554F

Black with #24554F

Text Example


Text Example

White with #24554F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24554F; }

 p { color: rgb(36,85,79); }

 H1.HeaderClassName
 {
   color: #24554F;
 }
 .AnyTagClassName
 {
   color: #24554F;
 }
</style>

background-color css

<style>
 a { background-color: #24554F; }

 a { background-color: rgb(36,85,79); }

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

border-color css

<style>
 span { border-color: #24554F; }

 span { border-color: rgb(36,85,79); }

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