#465753

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

Shades of Dark Slate #465753

Tints of Dark Slate #465753

Color information

#465753 (or 0x465753) is unknown color: approx Dark Slate. HEX triplet: 46, 57 and 53. RGB value is (70,87,83). Sum of RGB (Red+Green+Blue) = 70+87+83=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 87 - color contains mainly: green. Hex color #465753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465753 is #B9A8AC. Grayscale: #515151. Windows color (decimal): -12167341 or 5461830. OLE color: 5461830.

HSL color Cylindrical-coordinate representation of color #465753: hue angle of 165.88º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #465753 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB708783-
CMYK0.2000.050.66
HSL165.88º10.83%30.78%-
HSV(B)165.88º19.54%34.12%-
XYZ7.58.749.48-
YUV81.46128.87119.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.17%
GREEN value IS 87 (34.38% from 255) = 36.25%
BLUE value IS 83 (32.81% from 255) = 34.58%
R=29.17%
G=36.25%
B=34.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7087830.2000.050.66165.8810.8330.78
Hex465753140542a6b1f
Octal10612712324051022461337
Binary100011010101111010011101000101100001010100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465753; }

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

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

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

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

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

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

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

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