Html Css Color HEX #465D5C Dark Slate

📋 copy color: '#465D5C'

red 70 ◦ green 93 ◦ blue 92

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

Shades of Dark Slate #465D5C

Tints of Dark Slate #465D5C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.47%

 BLUE value IS 92 (36.33% from 255) = 36.08%

R = 27.45%
G = 36.47%
B = 36.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.64

RGB Variations

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

Color information

#465D5C (or 0x465D5C) is known color: Dark Slate. HEX triplet: 46, 5D and 5C. RGB value is (70,93,92). Sum of RGB (Red+Green+Blue) = 70+93+92=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 93 - color contains mainly: green. Hex color #465D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465D5C is #B9A2A3. Grayscale: #555555. Windows color (decimal): -12165796 or 6053190. OLE color: 6053190.

HSL color Cylindrical-coordinate representation of color #465D5C: hue angle of 177.39º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #465D5C is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 93 92 -
CMYK 0.25 0 0.01 0.64
HSL 177.39º 0.14% 0.32% -
HSV(B) 177.39º 0.25% 0.36% -
XYZ 8.37 9.9 11.6 -
YUV 86.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 70 93 92 0.25 0 0.01 0.64 177.39 0.14 0.32
Hex 46 5D 5C 19 0 1 40 B1 E 20
Octal 106 135 134 31 0 1 100 261 16 40
Binary 1000110 1011101 1011100 11001 0 1 1000000 10110001 1110 100000

Color Harmonies of #465D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465D5C

Black with #465D5C

Text Example


Text Example

White with #465D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465D5C; }

 p { color: rgb(70,93,92); }

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

background-color css

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

 a { background-color: rgb(70,93,92); }

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

border-color css

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

 span { border-color: rgb(70,93,92); }

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