#465553

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

Shades of Dark Slate #465553

Tints of Dark Slate #465553

Color information

#465553 (or 0x465553) is unknown color: approx Dark Slate. HEX triplet: 46, 55 and 53. RGB value is (70,85,83). Sum of RGB (Red+Green+Blue) = 70+85+83=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 85 - color contains mainly: green. Hex color #465553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465553 is #B9AAAC. Grayscale: #505050. Windows color (decimal): -12167853 or 5461318. OLE color: 5461318.

HSL color Cylindrical-coordinate representation of color #465553: hue angle of 172º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #465553 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB708583-
CMYK0.1800.020.67
HSL172º9.68%30.39%-
HSV(B)172º17.65%33.33%-
XYZ7.348.429.42-
YUV80.29129.53120.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.41%
GREEN value IS 85 (33.59% from 255) = 35.71%
BLUE value IS 83 (32.81% from 255) = 34.87%
R=29.41%
G=35.71%
B=34.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7085830.1800.020.671729.6830.39
Hex465553120243aca1e
Octal10612512322021032541236
Binary10001101010101101001110010010100001110101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465553; }

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

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

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

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

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

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

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

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