#245456

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

Shades of Dark Slate Grey #245456

Tints of Dark Slate Grey #245456

Color information

#245456 (or 0x245456) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 54 and 56. RGB value is (36,84,86). Sum of RGB (Red+Green+Blue) = 36+84+86=206 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.48% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 86 - color contains mainly: blue. Hex color #245456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245456 is #DBABA9. Grayscale: #454545. Windows color (decimal): -14396330 or 5657636. OLE color: 5657636.

HSL color Cylindrical-coordinate representation of color #245456: hue angle of 182.4º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #245456 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB368486-
CMYK0.580.0200.66
HSL182.4º40.98%23.92%-
HSV(B)182.4º58.14%33.73%-
XYZ5.587.399.94-
YUV69.88137.1103.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.48%
GREEN value IS 84 (33.20% from 255) = 40.78%
BLUE value IS 86 (33.98% from 255) = 41.75%
R=17.48%
G=40.78%
B=41.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3684860.580.0200.66182.440.9823.92
Hex2454563A2042b62918
Octal4412412672201022665130
Binary1001001010100101011011101010010000101011011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245456; }

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

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

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

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

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

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

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

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