#245557

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

Shades of Dark Slate Grey #245557

Tints of Dark Slate Grey #245557

Color information

#245557 (or 0x245557) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 55 and 57. RGB value is (36,85,87). Sum of RGB (Red+Green+Blue) = 36+85+87=208 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.31% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 87 - color contains mainly: blue. Hex color #245557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245557 is #DBAAA8. Grayscale: #464646. Windows color (decimal): -14396073 or 5723428. OLE color: 5723428.

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

Color convert

RGB368587-
CMYK0.590.0200.66
HSL182.35º41.46%24.12%-
HSV(B)182.35º58.62%34.12%-
XYZ5.77.5610.18-
YUV70.58137.27103.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.31%
GREEN value IS 85 (33.59% from 255) = 40.87%
BLUE value IS 87 (34.38% from 255) = 41.83%
R=17.31%
G=40.87%
B=41.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3685870.590.0200.66182.3541.4624.12
Hex2455573B2042b62918
Octal4412512773201022665130
Binary1001001010101101011111101110010000101011011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245557; }

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

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

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

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

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

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

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

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