#245455

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

Shades of Dark Slate Grey #245455

Tints of Dark Slate Grey #245455

Color information

#245455 (or 0x245455) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 54 and 55. RGB value is (36,84,85). Sum of RGB (Red+Green+Blue) = 36+84+85=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 85 - color contains mainly: blue. Hex color #245455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245455 is #DBABAA. Grayscale: #454545. Windows color (decimal): -14396331 or 5592100. OLE color: 5592100.

HSL color Cylindrical-coordinate representation of color #245455: hue angle of 181.22º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #245455 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB368485-
CMYK0.580.0100.67
HSL181.22º40.5%23.73%-
HSV(B)181.22º57.65%33.33%-
XYZ5.547.379.73-
YUV69.76136.6103.92-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.56%
GREEN value IS 84 (33.20% from 255) = 40.98%
BLUE value IS 85 (33.59% from 255) = 41.46%
R=17.56%
G=40.98%
B=41.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3684850.580.0100.67181.2240.523.73
Hex2454553A1043b52818
Octal4412412572101032655030
Binary100100101010010101011110101010000111011010110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245455; }

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

 H1.HeaderClassName
 {
   color: #245455;
 }
 .AnyTagClassName
 {
   color: #245455;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #245455;
 }
 .BgClassName
 {
   background-color: #245455;
 }
</style>
border-color css

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

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

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