Html Css Color HEX #445858 Dark Slate

📋 copy color: '#445858'

red 68 ◦ green 88 ◦ blue 88

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

Shades of Dark Slate #445858

Tints of Dark Slate #445858

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.07%

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

R = 27.87%
G = 36.07%
B = 36.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#445858 (or 0x445858) is known color: Dark Slate. HEX triplet: 44, 58 and 58. RGB value is (68,88,88). Sum of RGB (Red+Green+Blue) = 68+88+88=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #445858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445858 is #BBA7A7. Grayscale: #525252. Windows color (decimal): -12298152 or 5789764. OLE color: 5789764.

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

Color convert

RGB 68 88 88 -
CMYK 0.23 0 0 0.65
HSL 180º 0.13% 0.31% -
HSV(B) 180º 0.23% 0.35% -
XYZ 7.64 8.91 10.55 -
YUV 82.02 131.37 118 -
System Red Green Blue C M Y K H S L
Decimal 68 88 88 0.23 0 0 0.65 180 0.13 0.31
Hex 44 58 58 17 0 0 41 B4 D 1F
Octal 104 130 130 27 0 0 101 264 15 37
Binary 1000100 1011000 1011000 10111 0 0 1000001 10110100 1101 11111

Color Harmonies of #445858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445858

Black with #445858

Text Example


Text Example

White with #445858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445858; }

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

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

background-color css

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

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

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

border-color css

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

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

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