Html Css Color HEX #465554 Dark Slate

📋 copy color: '#465554'

red 70 ◦ green 85 ◦ blue 84

#465554
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate #465554

Tints of Dark Slate #465554

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.2% from 255) = 35.15%

R = 29.29%
G = 35.56%
B = 35.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#465554 (or 0x465554) is known color: 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

RGB 70 85 84 -
CMYK 0.18 0 0.01 0.67
HSL 176º 0.1% 0.3% -
HSV(B) 176º 0.18% 0.33% -
XYZ 7.37 8.44 9.63 -
YUV 80.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 70 85 84 0.18 0 0.01 0.67 176 0.1 0.3
Hex 46 55 54 12 0 1 43 B0 A 1E
Octal 106 125 124 22 0 1 103 260 12 36
Binary 1000110 1010101 1010100 10010 0 1 1000011 10110000 1010 11110

Color Harmonies of #465554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465554

Black with #465554

Text Example


Text Example

White with #465554

Text Example


Text Example

HTML Codes & Css Web 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>