#24555A

Color #24555A Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #24555A

Tints of Dark Slate Grey #24555A

Color information

#24555A (or 0x24555A) is unknown color: approx 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

RGB368590-
CMYK0.600.0600.65
HSL185.56º42.86%24.71%-
HSV(B)185.56º60%35.29%-
XYZ5.827.6110.83-
YUV70.92138.77103.09-

RGB Variations

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

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 (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3685900.600.0600.65185.5642.8624.71
Hex24555A3C6041ba2b19
Octal4412513274601012725331
Binary10010010101011011010111100110010000011011101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>