Html Css Color HEX #24565C Dark Slate Grey

📋 copy color: '#24565C'

red 36 ◦ green 86 ◦ blue 92

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

Shades of Dark Slate Grey #24565C

Tints of Dark Slate Grey #24565C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.19%

 BLUE value IS 92 (36.33% from 255) = 42.99%

R = 16.82%
G = 40.19%
B = 42.99%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24565C (or 0x24565C) is known color: Dark Slate Grey. HEX triplet: 24, 56 and 5C. RGB value is (36,86,92). Sum of RGB (Red+Green+Blue) = 36+86+92=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 92 - color contains mainly: blue. Hex color #24565C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24565C is #DBA9A3. Grayscale: #474747. Windows color (decimal): -14395812 or 6051364. OLE color: 6051364.

HSL color Cylindrical-coordinate representation of color #24565C: hue angle of 186.43º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24565C is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 86 92 -
CMYK 0.61 0.07 0 0.64
HSL 186.43º 0.44% 0.25% -
HSV(B) 186.43º 0.61% 0.36% -
XYZ 5.99 7.8 11.32 -
YUV 71.73 139.44 102.51 -
System Red Green Blue C M Y K H S L
Decimal 36 86 92 0.61 0.07 0 0.64 186.43 0.44 0.25
Hex 24 56 5C 3D 7 0 40 BA 2C 19
Octal 44 126 134 75 7 0 100 272 54 31
Binary 100100 1010110 1011100 111101 111 0 1000000 10111010 101100 11001

Color Harmonies of #24565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24565C

Black with #24565C

Text Example


Text Example

White with #24565C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24565C; }

 p { color: rgb(36,86,92); }

 H1.HeaderClassName
 {
   color: #24565C;
 }
 .AnyTagClassName
 {
   color: #24565C;
 }
</style>

background-color css

<style>
 a { background-color: #24565C; }

 a { background-color: rgb(36,86,92); }

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

border-color css

<style>
 span { border-color: #24565C; }

 span { border-color: rgb(36,86,92); }

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