Html Css Color HEX #445D59 Dark Slate

📋 copy color: '#445D59'

red 68 ◦ green 93 ◦ blue 89

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

Shades of Dark Slate #445D59

Tints of Dark Slate #445D59

RGB

 RED value IS 68 (26.95% from 255) = 27.2%

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

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

R = 27.2%
G = 37.2%
B = 35.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#445D59 (or 0x445D59) is known color: Dark Slate. HEX triplet: 44, 5D and 59. RGB value is (68,93,89). Sum of RGB (Red+Green+Blue) = 68+93+89=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 93 - color contains mainly: green. Hex color #445D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D59 is #BBA2A6. Grayscale: #555555. Windows color (decimal): -12296871 or 5856580. OLE color: 5856580.

HSL color Cylindrical-coordinate representation of color #445D59: hue angle of 170.4º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #445D59 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 93 89 -
CMYK 0.27 0 0.04 0.64
HSL 170.4º 0.16% 0.32% -
HSV(B) 170.4º 0.27% 0.36% -
XYZ 8.1 9.78 10.91 -
YUV 85.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 68 93 89 0.27 0 0.04 0.64 170.4 0.16 0.32
Hex 44 5D 59 1B 0 4 40 AA 10 20
Octal 104 135 131 33 0 4 100 252 20 40
Binary 1000100 1011101 1011001 11011 0 100 1000000 10101010 10000 100000

Color Harmonies of #445D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445D59

Black with #445D59

Text Example


Text Example

White with #445D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445D59; }

 p { color: rgb(68,93,89); }

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

background-color css

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

 a { background-color: rgb(68,93,89); }

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

border-color css

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

 span { border-color: rgb(68,93,89); }

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