#465C59

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

Shades of Dark Slate #465C59

Tints of Dark Slate #465C59

Color information

#465C59 (or 0x465C59) is unknown color: approx Dark Slate. HEX triplet: 46, 5C and 59. RGB value is (70,92,89). Sum of RGB (Red+Green+Blue) = 70+92+89=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 92 - color contains mainly: green. Hex color #465C59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C59 is #B9A3A6. Grayscale: #555555. Windows color (decimal): -12166055 or 5856326. OLE color: 5856326.

HSL color Cylindrical-coordinate representation of color #465C59: hue angle of 171.82º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #465C59 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB709289-
CMYK0.2400.030.64
HSL171.82º13.58%31.76%-
HSV(B)171.82º23.91%36.08%-
XYZ8.169.6810.89-
YUV85.08130.21117.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.89%
GREEN value IS 92 (36.33% from 255) = 36.65%
BLUE value IS 89 (35.16% from 255) = 35.46%
R=27.89%
G=36.65%
B=35.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7092890.2400.030.64171.8213.5831.76
Hex465C59180340ace20
Octal10613413130031002541640
Binary100011010111001011001110000111000000101011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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