Html Css Color HEX #445452 Dark Slate

📋 copy color: '#445452'

red 68 ◦ green 84 ◦ blue 82

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

Shades of Dark Slate #445452

Tints of Dark Slate #445452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.9%

 BLUE value IS 82 (32.42% from 255) = 35.04%

R = 29.06%
G = 35.9%
B = 35.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#445452 (or 0x445452) is known color: Dark Slate. HEX triplet: 44, 54 and 52. RGB value is (68,84,82). Sum of RGB (Red+Green+Blue) = 68+84+82=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 84 - color contains mainly: green. Hex color #445452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445452 is #BBABAD. Grayscale: #4E4E4E. Windows color (decimal): -12299182 or 5395524. OLE color: 5395524.

HSL color Cylindrical-coordinate representation of color #445452: hue angle of 172.5º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #445452 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 84 82 -
CMYK 0.19 0 0.02 0.67
HSL 172.5º 0.11% 0.3% -
HSV(B) 172.5º 0.19% 0.33% -
XYZ 7.08 8.18 9.19 -
YUV 78.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 68 84 82 0.19 0 0.02 0.67 172.5 0.11 0.3
Hex 44 54 52 13 0 2 43 AC B 1E
Octal 104 124 122 23 0 2 103 254 13 36
Binary 1000100 1010100 1010010 10011 0 10 1000011 10101100 1011 11110

Color Harmonies of #445452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445452

Black with #445452

Text Example


Text Example

White with #445452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445452; }

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

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

background-color css

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

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

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

border-color css

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

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

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