#445F5B

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

Shades of Dark Slate #445F5B

Tints of Dark Slate #445F5B

Color information

#445F5B (or 0x445F5B) is unknown color: approx Dark Slate. HEX triplet: 44, 5F and 5B. RGB value is (68,95,91). Sum of RGB (Red+Green+Blue) = 68+95+91=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 95 - color contains mainly: green. Hex color #445F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F5B is #BBA0A4. Grayscale: #565656. Windows color (decimal): -12296357 or 5988164. OLE color: 5988164.

HSL color Cylindrical-coordinate representation of color #445F5B: hue angle of 171.11º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #445F5B is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB689591-
CMYK0.2800.040.63
HSL171.11º16.56%31.96%-
HSV(B)171.11º28.42%37.25%-
XYZ8.3610.1711.42-
YUV86.47130.55114.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.77%
GREEN value IS 95 (37.5% from 255) = 37.40%
BLUE value IS 91 (35.94% from 255) = 35.83%
R=26.77%
G=37.40%
B=35.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6895910.2800.040.63171.1116.5631.96
Hex445F5B1C043Fab1120
Octal1041371333404772532140
Binary1000100101111110110111110001001111111010101110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445F5B; }

 p { color: rgb(68,95,91); }

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

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

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

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

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

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

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