Html Css Color HEX #445855 Dark Slate

📋 copy color: '#445855'

red 68 ◦ green 88 ◦ blue 85

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

Shades of Dark Slate #445855

Tints of Dark Slate #445855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 35.27%

R = 28.22%
G = 36.51%
B = 35.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#445855 (or 0x445855) is known color: Dark Slate. HEX triplet: 44, 58 and 55. RGB value is (68,88,85). Sum of RGB (Red+Green+Blue) = 68+88+85=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 88 - color contains mainly: green. Hex color #445855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445855 is #BBA7AA. Grayscale: #515151. Windows color (decimal): -12298155 or 5593156. OLE color: 5593156.

HSL color Cylindrical-coordinate representation of color #445855: hue angle of 171º 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 #445855 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 88 85 -
CMYK 0.23 0 0.03 0.65
HSL 171º 0.13% 0.31% -
HSV(B) 171º 0.23% 0.35% -
XYZ 7.51 8.86 9.91 -
YUV 81.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 68 88 85 0.23 0 0.03 0.65 171 0.13 0.31
Hex 44 58 55 17 0 3 41 AB D 1F
Octal 104 130 125 27 0 3 101 253 15 37
Binary 1000100 1011000 1010101 10111 0 11 1000001 10101011 1101 11111

Color Harmonies of #445855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445855

Black with #445855

Text Example


Text Example

White with #445855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445855; }

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

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

background-color css

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

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

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

border-color css

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

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

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