Html Css Color HEX #445352 Dark Slate

📋 copy color: '#445352'

red 68 ◦ green 83 ◦ blue 82

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

Shades of Dark Slate #445352

Tints of Dark Slate #445352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.62%

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

R = 29.18%
G = 35.62%
B = 35.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#445352 (or 0x445352) is known color: Dark Slate. HEX triplet: 44, 53 and 52. RGB value is (68,83,82). Sum of RGB (Red+Green+Blue) = 68+83+82=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 83 - color contains mainly: green. Hex color #445352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445352 is #BBACAD. Grayscale: #4E4E4E. Windows color (decimal): -12299438 or 5395268. OLE color: 5395268.

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

Color convert

RGB 68 83 82 -
CMYK 0.18 0 0.01 0.67
HSL 176º 0.1% 0.3% -
HSV(B) 176º 0.18% 0.33% -
XYZ 7 8.02 9.16 -
YUV 78.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 68 83 82 0.18 0 0.01 0.67 176 0.1 0.3
Hex 44 53 52 12 0 1 43 B0 A 1E
Octal 104 123 122 22 0 1 103 260 12 36
Binary 1000100 1010011 1010010 10010 0 1 1000011 10110000 1010 11110

Color Harmonies of #445352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445352

Black with #445352

Text Example


Text Example

White with #445352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445352; }

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

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

background-color css

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

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

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

border-color css

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

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

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