#445151

Color #445151 Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #445151

Tints of Dark Slate #445151

Color information

#445151 (or 0x445151) is unknown color: approx Dark Slate. HEX triplet: 44, 51 and 51. RGB value is (68,81,81). Sum of RGB (Red+Green+Blue) = 68+81+81=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 81 - color contains mainly: green, blue. Hex color #445151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445151 is #BBAEAE. Grayscale: #4D4D4D. Windows color (decimal): -12299951 or 5329220. OLE color: 5329220.

HSL color Cylindrical-coordinate representation of color #445151: 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.16%. Process color model (Four color, CMYK) of #445151 is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB688181-
CMYK0.16000.68
HSL180º8.72%29.22%-
HSV(B)180º16.05%31.76%-
XYZ6.817.718.91-
YUV77.11130.19121.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.57%
GREEN value IS 81 (32.03% from 255) = 35.22%
BLUE value IS 81 (32.03% from 255) = 35.22%
R=29.57%
G=35.22%
B=35.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6881810.16000.681808.7229.22
Hex445151100044b491d
Octal10412112120001042641135
Binary1000100101000110100011000000100010010110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445151; }

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

 H1.HeaderClassName
 {
   color: #445151;
 }
 .AnyTagClassName
 {
   color: #445151;
 }
</style>
background-color css

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

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

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

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

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

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