#245958

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

Shades of Dark Slate Grey #245958

Tints of Dark Slate Grey #245958

Color information

#245958 (or 0x245958) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 59 and 58. RGB value is (36,89,88). Sum of RGB (Red+Green+Blue) = 36+89+88=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #245958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245958 is #DBA6A7. Grayscale: #484848. Windows color (decimal): -14395048 or 5789988. OLE color: 5789988.

HSL color Cylindrical-coordinate representation of color #245958: hue angle of 178.87º degrees, saturation: 0.42, 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 #245958 is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB368988-
CMYK0.6000.010.65
HSL178.87º42.4%24.51%-
HSV(B)178.87º59.55%34.9%-
XYZ6.068.2210.5-
YUV73.04136.44101.58-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.90%
GREEN value IS 89 (35.16% from 255) = 41.78%
BLUE value IS 88 (34.77% from 255) = 41.31%
R=16.90%
G=41.78%
B=41.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3689880.6000.010.65178.8742.424.51
Hex2459583C0141b32a19
Octal4413113074011012635231
Binary100100101100110110001111000110000011011001110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245958; }

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

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

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

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

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

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

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

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