#245759

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

Shades of Dark Slate Grey #245759

Tints of Dark Slate Grey #245759

Color information

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

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

Color convert

RGB368789-
CMYK0.600.0200.65
HSL182.26º42.4%24.51%-
HSV(B)182.26º59.55%34.9%-
XYZ5.947.9110.67-
YUV71.98137.6102.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3687890.600.0200.65182.2642.424.51
Hex2457593C2041b62a19
Octal4412713174201012665231
Binary1001001010111101100111110010010000011011011010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245759; }

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

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

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

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

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

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

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

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