Html Css Color HEX #24595A Dark Slate Grey

📋 copy color: '#24595A'

red 36 ◦ green 89 ◦ blue 90

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

Shades of Dark Slate Grey #24595A

Tints of Dark Slate Grey #24595A

RGB

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

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

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

R = 16.74%
G = 41.4%
B = 41.86%

CMYK

 C value IS 0.60

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#24595A (or 0x24595A) is known color: Dark Slate Grey. HEX triplet: 24, 59 and 5A. RGB value is (36,89,90). Sum of RGB (Red+Green+Blue) = 36+89+90=215 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.74% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #24595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24595A is #DBA6A5. Grayscale: #494949. Windows color (decimal): -14395046 or 5921060. OLE color: 5921060.

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

Color convert

RGB 36 89 90 -
CMYK 0.60 0.01 0 0.65
HSL 181.11º 0.43% 0.25% -
HSV(B) 181.11º 0.6% 0.35% -
XYZ 6.15 8.26 10.94 -
YUV 73.27 137.44 101.42 -
System Red Green Blue C M Y K H S L
Decimal 36 89 90 0.60 0.01 0 0.65 181.11 0.43 0.25
Hex 24 59 5A 3C 1 0 41 B5 2B 19
Octal 44 131 132 74 1 0 101 265 53 31
Binary 100100 1011001 1011010 111100 1 0 1000001 10110101 101011 11001

Color Harmonies of #24595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24595A

Black with #24595A

Text Example


Text Example

White with #24595A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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