#465554

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

Shades of Dark Slate #465554

Tints of Dark Slate #465554

Color information

#465554 (or 0x465554) is unknown color: approx Dark Slate. HEX triplet: 46, 55 and 54. RGB value is (70,85,84). Sum of RGB (Red+Green+Blue) = 70+85+84=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 85 - color contains mainly: green. Hex color #465554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465554 is #B9AAAB. Grayscale: #505050. Windows color (decimal): -12167852 or 5526854. OLE color: 5526854.

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

Color convert

RGB708584-
CMYK0.1800.010.67
HSL176º9.68%30.39%-
HSV(B)176º17.65%33.33%-
XYZ7.378.449.63-
YUV80.4130.03120.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.29%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 84 (33.20% from 255) = 35.15%
R=29.29%
G=35.56%
B=35.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7085840.1800.010.671769.6830.39
Hex465554120143b0a1e
Octal10612512422011032601236
Binary1000110101010110101001001001100001110110000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465554; }

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

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

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

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

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

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

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

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