#445A5A

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

Shades of Dark Slate #445A5A

Tints of Dark Slate #445A5A

Color information

#445A5A (or 0x445A5A) is unknown color: approx Dark Slate. HEX triplet: 44, 5A and 5A. RGB value is (68,90,90). Sum of RGB (Red+Green+Blue) = 68+90+90=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 90 - color contains mainly: green, blue. Hex color #445A5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445A5A is #BBA5A5. Grayscale: #535353. Windows color (decimal): -12297638 or 5921348. OLE color: 5921348.

HSL color Cylindrical-coordinate representation of color #445A5A: hue angle of 180º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #445A5A is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB689090-
CMYK0.24000.65
HSL180º13.92%30.98%-
HSV(B)180º24.44%35.29%-
XYZ7.899.2811.05-
YUV83.42131.71117-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.42%
GREEN value IS 90 (35.55% from 255) = 36.29%
BLUE value IS 90 (35.55% from 255) = 36.29%
R=27.42%
G=36.29%
B=36.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6890900.24000.6518013.9230.98
Hex445A5A180041b4e1f
Octal10413213230001012641637
Binary1000100101101010110101100000100000110110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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