#445F5A

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

Shades of Dark Slate #445F5A

Tints of Dark Slate #445F5A

Color information

#445F5A (or 0x445F5A) is unknown color: approx Dark Slate. HEX triplet: 44, 5F and 5A. RGB value is (68,95,90). Sum of RGB (Red+Green+Blue) = 68+95+90=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 95 - color contains mainly: green. Hex color #445F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F5A is #BBA0A5. Grayscale: #565656. Windows color (decimal): -12296358 or 5922628. OLE color: 5922628.

HSL color Cylindrical-coordinate representation of color #445F5A: hue angle of 168.89º 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 #445F5A is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.

Color convert

RGB689590-
CMYK0.2800.050.63
HSL168.89º16.56%31.96%-
HSV(B)168.89º28.42%37.25%-
XYZ8.3210.1511.19-
YUV86.36130.05114.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.88%
GREEN value IS 95 (37.5% from 255) = 37.55%
BLUE value IS 90 (35.55% from 255) = 35.57%
R=26.88%
G=37.55%
B=35.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6895900.2800.050.63168.8916.5631.96
Hex445F5A1C053Fa91120
Octal1041371323405772512140
Binary1000100101111110110101110001011111111010100110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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