Html Css Color HEX #465753 Dark Slate

📋 copy color: '#465753'

red 70 ◦ green 87 ◦ blue 83

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

Shades of Dark Slate #465753

Tints of Dark Slate #465753

RGB

 RED value IS 70 (27.73% from 255) = 29.17%

 GREEN value IS 87 (34.38% from 255) = 36.25%

 BLUE value IS 83 (32.81% from 255) = 34.58%

R = 29.17%
G = 36.25%
B = 34.58%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#465753 (or 0x465753) is known color: Dark Slate. HEX triplet: 46, 57 and 53. RGB value is (70,87,83). Sum of RGB (Red+Green+Blue) = 70+87+83=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 87 - color contains mainly: green. Hex color #465753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465753 is #B9A8AC. Grayscale: #515151. Windows color (decimal): -12167341 or 5461830. OLE color: 5461830.

HSL color Cylindrical-coordinate representation of color #465753: hue angle of 165.88º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #465753 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 87 83 -
CMYK 0.20 0 0.05 0.66
HSL 165.88º 0.11% 0.31% -
HSV(B) 165.88º 0.2% 0.34% -
XYZ 7.5 8.74 9.48 -
YUV 81.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 70 87 83 0.20 0 0.05 0.66 165.88 0.11 0.31
Hex 46 57 53 14 0 5 42 A6 B 1F
Octal 106 127 123 24 0 5 102 246 13 37
Binary 1000110 1010111 1010011 10100 0 101 1000010 10100110 1011 11111

Color Harmonies of #465753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465753

Black with #465753

Text Example


Text Example

White with #465753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465753; }

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

 H1.HeaderClassName
 {
   color: #465753;
 }
 .AnyTagClassName
 {
   color: #465753;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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