#245856

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

Shades of Dark Slate Grey #245856

Tints of Dark Slate Grey #245856

Color information

#245856 (or 0x245856) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 58 and 56. RGB value is (36,88,86). Sum of RGB (Red+Green+Blue) = 36+88+86=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 88 - color contains mainly: green. Hex color #245856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245856 is #DBA7A9. Grayscale: #484848. Windows color (decimal): -14395306 or 5658660. OLE color: 5658660.

HSL color Cylindrical-coordinate representation of color #245856: hue angle of 177.69º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #245856 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB368886-
CMYK0.5900.020.65
HSL177.69º41.94%24.31%-
HSV(B)177.69º59.09%34.51%-
XYZ5.98.0310.04-
YUV72.22135.77102.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.14%
GREEN value IS 88 (34.77% from 255) = 41.90%
BLUE value IS 86 (33.98% from 255) = 40.95%
R=17.14%
G=41.90%
B=40.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3688860.5900.020.65177.6941.9424.31
Hex2458563B0241b22a18
Octal4413012673021012625230
Binary1001001011000101011011101101010000011011001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245856; }

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

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

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

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

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

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

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

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