Html Css Color HEX #465553 Dark Slate

📋 copy color: '#465553'

red 70 ◦ green 85 ◦ blue 83

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

Shades of Dark Slate #465553

Tints of Dark Slate #465553

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 value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

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

RGB 70 85 83 -
CMYK 0.18 0 0.02 0.67
HSL 172º 0.1% 0.3% -
HSV(B) 172º 0.18% 0.33% -
XYZ 7.34 8.42 9.42 -
YUV 80.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 70 85 83 0.18 0 0.02 0.67 172 0.1 0.3
Hex 46 55 53 12 0 2 43 AC A 1E
Octal 106 125 123 22 0 2 103 254 12 36
Binary 1000110 1010101 1010011 10010 0 10 1000011 10101100 1010 11110

Color Harmonies of #465553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465553

Black with #465553

Text Example


Text Example

White with #465553

Text Example


Text Example

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