#455957

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

Shades of Dark Slate #455957

Tints of Dark Slate #455957

Color information

#455957 (or 0x455957) is unknown color: approx Dark Slate. HEX triplet: 45, 59 and 57. RGB value is (69,89,87). Sum of RGB (Red+Green+Blue) = 69+89+87=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 89 - color contains mainly: green. Hex color #455957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455957 is #BAA6A8. Grayscale: #525252. Windows color (decimal): -12232361 or 5724485. OLE color: 5724485.

HSL color Cylindrical-coordinate representation of color #455957: hue angle of 174º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #455957 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB698987-
CMYK0.2200.020.65
HSL174º12.66%30.98%-
HSV(B)174º22.47%34.9%-
XYZ7.759.110.36-
YUV82.79130.37118.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.16%
GREEN value IS 89 (35.16% from 255) = 36.33%
BLUE value IS 87 (34.38% from 255) = 35.51%
R=28.16%
G=36.33%
B=35.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6989870.2200.020.6517412.6630.98
Hex455957160241aed1f
Octal10513112726021012561537
Binary10001011011001101011110110010100000110101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455957; }

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

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

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

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

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

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

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

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