#245957

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

Shades of Dark Slate Grey #245957

Tints of Dark Slate Grey #245957

Color information

#245957 (or 0x245957) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 59 and 57. RGB value is (36,89,87). Sum of RGB (Red+Green+Blue) = 36+89+87=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 89 - color contains mainly: green. Hex color #245957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245957 is #DBA6A8. Grayscale: #484848. Windows color (decimal): -14395049 or 5724452. OLE color: 5724452.

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

Color convert

RGB368987-
CMYK0.6000.020.65
HSL177.74º42.4%24.51%-
HSV(B)177.74º59.55%34.9%-
XYZ6.028.2110.28-
YUV72.92135.94101.66-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.98%
GREEN value IS 89 (35.16% from 255) = 41.98%
BLUE value IS 87 (34.38% from 255) = 41.04%
R=16.98%
G=41.98%
B=41.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3689870.6000.020.65177.7442.424.51
Hex2459573C0241b22a19
Octal4413112774021012625231
Binary1001001011001101011111110001010000011011001010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245957; }

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

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

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

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

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

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

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

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