Html Css Color HEX #445958 Dark Slate

📋 copy color: '#445958'

red 68 ◦ green 89 ◦ blue 88

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

Shades of Dark Slate #445958

Tints of Dark Slate #445958

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.33%

 BLUE value IS 88 (34.77% from 255) = 35.92%

R = 27.76%
G = 36.33%
B = 35.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#445958 (or 0x445958) is known color: Dark Slate. HEX triplet: 44, 59 and 58. RGB value is (68,89,88). Sum of RGB (Red+Green+Blue) = 68+89+88=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 89 - color contains mainly: green. Hex color #445958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445958 is #BBA6A7. Grayscale: #525252. Windows color (decimal): -12297896 or 5790020. OLE color: 5790020.

HSL color Cylindrical-coordinate representation of color #445958: hue angle of 177.14º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #445958 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 89 88 -
CMYK 0.24 0 0.01 0.65
HSL 177.14º 0.13% 0.31% -
HSV(B) 177.14º 0.24% 0.35% -
XYZ 7.72 9.08 10.58 -
YUV 82.61 131.04 117.58 -
System Red Green Blue C M Y K H S L
Decimal 68 89 88 0.24 0 0.01 0.65 177.14 0.13 0.31
Hex 44 59 58 18 0 1 41 B1 D 1F
Octal 104 131 130 30 0 1 101 261 15 37
Binary 1000100 1011001 1011000 11000 0 1 1000001 10110001 1101 11111

Color Harmonies of #445958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445958

Black with #445958

Text Example


Text Example

White with #445958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445958; }

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

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

background-color css

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

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

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

border-color css

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

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

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