Html Css Color HEX #445754 Dark Slate

📋 copy color: '#445754'

red 68 ◦ green 87 ◦ blue 84

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

Shades of Dark Slate #445754

Tints of Dark Slate #445754

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.4%

 BLUE value IS 84 (33.2% from 255) = 35.15%

R = 28.45%
G = 36.4%
B = 35.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#445754 (or 0x445754) is known color: Dark Slate. HEX triplet: 44, 57 and 54. RGB value is (68,87,84). Sum of RGB (Red+Green+Blue) = 68+87+84=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 87 - color contains mainly: green. Hex color #445754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445754 is #BBA8AB. Grayscale: #505050. Windows color (decimal): -12298412 or 5527364. OLE color: 5527364.

HSL color Cylindrical-coordinate representation of color #445754: hue angle of 170.53º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #445754 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 87 84 -
CMYK 0.22 0 0.03 0.66
HSL 170.53º 0.12% 0.3% -
HSV(B) 170.53º 0.22% 0.34% -
XYZ 7.39 8.69 9.67 -
YUV 80.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 68 87 84 0.22 0 0.03 0.66 170.53 0.12 0.3
Hex 44 57 54 16 0 3 42 AB C 1E
Octal 104 127 124 26 0 3 102 253 14 36
Binary 1000100 1010111 1010100 10110 0 11 1000010 10101011 1100 11110

Color Harmonies of #445754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445754

Black with #445754

Text Example


Text Example

White with #445754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445754; }

 p { color: rgb(68,87,84); }

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

background-color css

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

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

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

border-color css

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

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

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