#245559

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

Shades of Dark Slate Grey #245559

Tints of Dark Slate Grey #245559

Color information

#245559 (or 0x245559) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 55 and 59. RGB value is (36,85,89). Sum of RGB (Red+Green+Blue) = 36+85+89=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #245559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245559 is #DBAAA6. Grayscale: #464646. Windows color (decimal): -14396071 or 5854500. OLE color: 5854500.

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

Color convert

RGB368589-
CMYK0.600.0400.65
HSL184.53º42.4%24.51%-
HSV(B)184.53º59.55%34.9%-
XYZ5.787.5910.61-
YUV70.8138.27103.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.14%
GREEN value IS 85 (33.59% from 255) = 40.48%
BLUE value IS 89 (35.16% from 255) = 42.38%
R=17.14%
G=40.48%
B=42.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3685890.600.0400.65184.5342.424.51
Hex2455593C4041b92a19
Octal4412513174401012715231
Binary10010010101011011001111100100010000011011100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245559; }

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

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

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

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

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

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

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

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