Html Css Color HEX #445552 Dark Slate

📋 copy color: '#445552'

red 68 ◦ green 85 ◦ blue 82

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

Shades of Dark Slate #445552

Tints of Dark Slate #445552

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.17%

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

R = 28.94%
G = 36.17%
B = 34.89%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#445552 (or 0x445552) is known color: Dark Slate. HEX triplet: 44, 55 and 52. RGB value is (68,85,82). Sum of RGB (Red+Green+Blue) = 68+85+82=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 85 - color contains mainly: green. Hex color #445552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445552 is #BBAAAD. Grayscale: #4F4F4F. Windows color (decimal): -12298926 or 5395780. OLE color: 5395780.

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

Color convert

RGB 68 85 82 -
CMYK 0.20 0 0.04 0.67
HSL 169.41º 0.11% 0.3% -
HSV(B) 169.41º 0.2% 0.33% -
XYZ 7.16 8.34 9.21 -
YUV 79.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 68 85 82 0.20 0 0.04 0.67 169.41 0.11 0.3
Hex 44 55 52 14 0 4 43 A9 B 1E
Octal 104 125 122 24 0 4 103 251 13 36
Binary 1000100 1010101 1010010 10100 0 100 1000011 10101001 1011 11110

Color Harmonies of #445552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445552

Black with #445552

Text Example


Text Example

White with #445552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445552; }

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

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

background-color css

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

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

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

border-color css

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

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

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