Html Css Color HEX #24555A Dark Slate Grey

📋 copy color: '#24555A'

red 36 ◦ green 85 ◦ blue 90

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

Shades of Dark Slate Grey #24555A

Tints of Dark Slate Grey #24555A

RGB

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

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

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

R = 17.06%
G = 40.28%
B = 42.65%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#24555A (or 0x24555A) is known color: Dark Slate Grey. HEX triplet: 24, 55 and 5A. RGB value is (36,85,90). Sum of RGB (Red+Green+Blue) = 36+85+90=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #24555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24555A is #DBAAA5. Grayscale: #464646. Windows color (decimal): -14396070 or 5920036. OLE color: 5920036.

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

Color convert

RGB 36 85 90 -
CMYK 0.60 0.06 0 0.65
HSL 185.56º 0.43% 0.25% -
HSV(B) 185.56º 0.6% 0.35% -
XYZ 5.82 7.61 10.83 -
YUV 70.92 138.77 103.09 -
System Red Green Blue C M Y K H S L
Decimal 36 85 90 0.60 0.06 0 0.65 185.56 0.43 0.25
Hex 24 55 5A 3C 6 0 41 BA 2B 19
Octal 44 125 132 74 6 0 101 272 53 31
Binary 100100 1010101 1011010 111100 110 0 1000001 10111010 101011 11001

Color Harmonies of #24555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24555A

Black with #24555A

Text Example


Text Example

White with #24555A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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