Html Css Color HEX #445553 Dark Slate

📋 copy color: '#445553'

red 68 ◦ green 85 ◦ blue 83

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

Shades of Dark Slate #445553

Tints of Dark Slate #445553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 35.17%

R = 28.81%
G = 36.02%
B = 35.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#445553 (or 0x445553) is known color: Dark Slate. HEX triplet: 44, 55 and 53. RGB value is (68,85,83). Sum of RGB (Red+Green+Blue) = 68+85+83=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 85 - color contains mainly: green. Hex color #445553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445553 is #BBAAAC. Grayscale: #4F4F4F. Windows color (decimal): -12298925 or 5461316. OLE color: 5461316.

HSL color Cylindrical-coordinate representation of color #445553: hue angle of 172.94º 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 #445553 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 85 83 -
CMYK 0.20 0 0.02 0.67
HSL 172.94º 0.11% 0.3% -
HSV(B) 172.94º 0.2% 0.33% -
XYZ 7.19 8.35 9.42 -
YUV 79.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 68 85 83 0.20 0 0.02 0.67 172.94 0.11 0.3
Hex 44 55 53 14 0 2 43 AD B 1E
Octal 104 125 123 24 0 2 103 255 13 36
Binary 1000100 1010101 1010011 10100 0 10 1000011 10101101 1011 11110

Color Harmonies of #445553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445553

Black with #445553

Text Example


Text Example

White with #445553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445553; }

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

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

background-color css

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

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

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

border-color css

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

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

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