Html Css Color HEX #445252 Dark Slate

📋 copy color: '#445252'

red 68 ◦ green 82 ◦ blue 82

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

Shades of Dark Slate #445252

Tints of Dark Slate #445252

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.34%

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

R = 29.31%
G = 35.34%
B = 35.34%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#445252 (or 0x445252) is known color: Dark Slate. HEX triplet: 44, 52 and 52. RGB value is (68,82,82). Sum of RGB (Red+Green+Blue) = 68+82+82=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 82 - color contains mainly: green, blue. Hex color #445252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445252 is #BBADAD. Grayscale: #4D4D4D. Windows color (decimal): -12299694 or 5395012. OLE color: 5395012.

HSL color Cylindrical-coordinate representation of color #445252: hue angle of 180º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #445252 is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 82 82 -
CMYK 0.17 0 0 0.68
HSL 180º 0.09% 0.29% -
HSV(B) 180º 0.17% 0.32% -
XYZ 6.92 7.87 9.14 -
YUV 77.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 68 82 82 0.17 0 0 0.68 180 0.09 0.29
Hex 44 52 52 11 0 0 44 B4 9 1D
Octal 104 122 122 21 0 0 104 264 11 35
Binary 1000100 1010010 1010010 10001 0 0 1000100 10110100 1001 11101

Color Harmonies of #445252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445252

Black with #445252

Text Example


Text Example

White with #445252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445252; }

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

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

background-color css

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

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

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

border-color css

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

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

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