#465552

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

Shades of Dark Slate #465552

Tints of Dark Slate #465552

Color information

#465552 (or 0x465552) is unknown color: approx Dark Slate. HEX triplet: 46, 55 and 52. RGB value is (70,85,82). Sum of RGB (Red+Green+Blue) = 70+85+82=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 85 - color contains mainly: green. Hex color #465552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465552 is #B9AAAD. Grayscale: #505050. Windows color (decimal): -12167854 or 5395782. OLE color: 5395782.

HSL color Cylindrical-coordinate representation of color #465552: hue angle of 168º 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 #465552 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB708582-
CMYK0.1800.040.67
HSL168º9.68%30.39%-
HSV(B)168º17.65%33.33%-
XYZ7.38.419.22-
YUV80.17129.03120.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.54%
GREEN value IS 85 (33.59% from 255) = 35.86%
BLUE value IS 82 (32.42% from 255) = 34.60%
R=29.54%
G=35.86%
B=34.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7085820.1800.040.671689.6830.39
Hex465552120443a8a1e
Octal10612512222041032501236
Binary100011010101011010010100100100100001110101000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465552; }

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

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

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

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

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

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

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

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