#465956

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

Shades of Dark Slate #465956

Tints of Dark Slate #465956

Color information

#465956 (or 0x465956) is unknown color: approx Dark Slate. HEX triplet: 46, 59 and 56. RGB value is (70,89,86). Sum of RGB (Red+Green+Blue) = 70+89+86=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 89 - color contains mainly: green. Hex color #465956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465956 is #B9A6A9. Grayscale: #525252. Windows color (decimal): -12166826 or 5658950. OLE color: 5658950.

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

Color convert

RGB708986-
CMYK0.2100.030.65
HSL170.53º11.95%31.18%-
HSV(B)170.53º21.35%34.9%-
XYZ7.789.1210.15-
YUV82.98129.71118.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.57%
GREEN value IS 89 (35.16% from 255) = 36.33%
BLUE value IS 86 (33.98% from 255) = 35.10%
R=28.57%
G=36.33%
B=35.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7089860.2100.030.65170.5311.9531.18
Hex465956150341abc1f
Octal10613112625031012531437
Binary10001101011001101011010101011100000110101011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465956; }

 p { color: rgb(70,89,86); }

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

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

 a { background-color: rgb(70,89,86); }

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

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

 span { border-color: rgb(70,89,86); }

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