Html Css Color HEX #465C59 Dark Slate

📋 copy color: '#465C59'

red 70 ◦ green 92 ◦ blue 89

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

Shades of Dark Slate #465C59

Tints of Dark Slate #465C59

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.65%

 BLUE value IS 89 (35.16% from 255) = 35.46%

R = 27.89%
G = 36.65%
B = 35.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#465C59 (or 0x465C59) is known color: Dark Slate. HEX triplet: 46, 5C and 59. RGB value is (70,92,89). Sum of RGB (Red+Green+Blue) = 70+92+89=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 92 - color contains mainly: green. Hex color #465C59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C59 is #B9A3A6. Grayscale: #555555. Windows color (decimal): -12166055 or 5856326. OLE color: 5856326.

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

Color convert

RGB 70 92 89 -
CMYK 0.24 0 0.03 0.64
HSL 171.82º 0.14% 0.32% -
HSV(B) 171.82º 0.24% 0.36% -
XYZ 8.16 9.68 10.89 -
YUV 85.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 70 92 89 0.24 0 0.03 0.64 171.82 0.14 0.32
Hex 46 5C 59 18 0 3 40 AC E 20
Octal 106 134 131 30 0 3 100 254 16 40
Binary 1000110 1011100 1011001 11000 0 11 1000000 10101100 1110 100000

Color Harmonies of #465C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C59

Black with #465C59

Text Example


Text Example

White with #465C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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