#455857

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

Shades of Dark Slate #455857

Tints of Dark Slate #455857

Color information

#455857 (or 0x455857) is unknown color: approx Dark Slate. HEX triplet: 45, 58 and 57. RGB value is (69,88,87). Sum of RGB (Red+Green+Blue) = 69+88+87=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 87 (34.38% from 255 or 35.66% from 244); Max value from RGB is 88 - color contains mainly: green. Hex color #455857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455857 is #BAA7A8. Grayscale: #525252. Windows color (decimal): -12232617 or 5724229. OLE color: 5724229.

HSL color Cylindrical-coordinate representation of color #455857: hue angle of 176.84º degrees, saturation: 0.12, 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 #455857 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB698887-
CMYK0.2200.010.65
HSL176.84º12.1%30.78%-
HSV(B)176.84º21.59%34.51%-
XYZ7.668.9310.34-
YUV82.21130.71118.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.28%
GREEN value IS 88 (34.77% from 255) = 36.07%
BLUE value IS 87 (34.38% from 255) = 35.66%
R=28.28%
G=36.07%
B=35.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6988870.2200.010.65176.8412.130.78
Hex455857160141b1c1f
Octal10513012726011012611437
Binary1000101101100010101111011001100000110110001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455857; }

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

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

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

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

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

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

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

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