Html Css Color HEX #24595B Dark Slate Grey

📋 copy color: '#24595B'

red 36 ◦ green 89 ◦ blue 91

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

Shades of Dark Slate Grey #24595B

Tints of Dark Slate Grey #24595B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.2%

 BLUE value IS 91 (35.94% from 255) = 42.13%

R = 16.67%
G = 41.2%
B = 42.13%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24595B (or 0x24595B) is known color: Dark Slate Grey. HEX triplet: 24, 59 and 5B. RGB value is (36,89,91). Sum of RGB (Red+Green+Blue) = 36+89+91=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 91 - color contains mainly: blue. Hex color #24595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24595B is #DBA6A4. Grayscale: #494949. Windows color (decimal): -14395045 or 5986596. OLE color: 5986596.

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

Color convert

RGB 36 89 91 -
CMYK 0.60 0.02 0 0.64
HSL 182.18º 0.43% 0.25% -
HSV(B) 182.18º 0.6% 0.36% -
XYZ 6.19 8.28 11.17 -
YUV 73.38 137.94 101.34 -
System Red Green Blue C M Y K H S L
Decimal 36 89 91 0.60 0.02 0 0.64 182.18 0.43 0.25
Hex 24 59 5B 3C 2 0 40 B6 2B 19
Octal 44 131 133 74 2 0 100 266 53 31
Binary 100100 1011001 1011011 111100 10 0 1000000 10110110 101011 11001

Color Harmonies of #24595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24595B

Black with #24595B

Text Example


Text Example

White with #24595B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24595B;
 }
 .AnyTagClassName
 {
   color: #24595B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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