Html Css Color HEX #445655 Dark Slate

📋 copy color: '#445655'

red 68 ◦ green 86 ◦ blue 85

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

Shades of Dark Slate #445655

Tints of Dark Slate #445655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.98%

 BLUE value IS 85 (33.59% from 255) = 35.56%

R = 28.45%
G = 35.98%
B = 35.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#445655 (or 0x445655) is known color: Dark Slate. HEX triplet: 44, 56 and 55. RGB value is (68,86,85). Sum of RGB (Red+Green+Blue) = 68+86+85=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 86 - color contains mainly: green. Hex color #445655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445655 is #BBA9AA. Grayscale: #505050. Windows color (decimal): -12298667 or 5592644. OLE color: 5592644.

HSL color Cylindrical-coordinate representation of color #445655: hue angle of 176.67º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #445655 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 86 85 -
CMYK 0.21 0 0.01 0.66
HSL 176.67º 0.12% 0.3% -
HSV(B) 176.67º 0.21% 0.34% -
XYZ 7.35 8.54 9.86 -
YUV 80.5 130.54 119.08 -
System Red Green Blue C M Y K H S L
Decimal 68 86 85 0.21 0 0.01 0.66 176.67 0.12 0.3
Hex 44 56 55 15 0 1 42 B1 C 1E
Octal 104 126 125 25 0 1 102 261 14 36
Binary 1000100 1010110 1010101 10101 0 1 1000010 10110001 1100 11110

Color Harmonies of #445655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445655

Black with #445655

Text Example


Text Example

White with #445655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445655; }

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

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

background-color css

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

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

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

border-color css

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

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

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