#465A57

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

Shades of Dark Slate #465A57

Tints of Dark Slate #465A57

Color information

#465A57 (or 0x465A57) is unknown color: approx Dark Slate. HEX triplet: 46, 5A and 57. RGB value is (70,90,87). Sum of RGB (Red+Green+Blue) = 70+90+87=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 90 - color contains mainly: green. Hex color #465A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A57 is #B9A5A8. Grayscale: #535353. Windows color (decimal): -12166569 or 5724742. OLE color: 5724742.

HSL color Cylindrical-coordinate representation of color #465A57: hue angle of 171º 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 #465A57 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB709087-
CMYK0.2200.030.65
HSL171º12.5%31.37%-
HSV(B)171º22.22%35.29%-
XYZ7.99.310.4-
YUV83.68129.87118.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.34%
GREEN value IS 90 (35.55% from 255) = 36.44%
BLUE value IS 87 (34.38% from 255) = 35.22%
R=28.34%
G=36.44%
B=35.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7090870.2200.030.6517112.531.37
Hex465A57160341abc1f
Octal10613212726031012531437
Binary10001101011010101011110110011100000110101011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465A57; }

 p { color: rgb(70,90,87); }

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

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

 a { background-color: rgb(70,90,87); }

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

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

 span { border-color: rgb(70,90,87); }

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