#445D53

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

Shades of Stromboli #445D53

Tints of Stromboli #445D53

Color information

#445D53 (or 0x445D53) is unknown color: approx Stromboli. HEX triplet: 44, 5D and 53. RGB value is (68,93,83). Sum of RGB (Red+Green+Blue) = 68+93+83=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 93 - color contains mainly: green. Hex color #445D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D53 is #BBA2AC. Grayscale: #545454. Windows color (decimal): -12296877 or 5463364. OLE color: 5463364.

HSL color Cylindrical-coordinate representation of color #445D53: hue angle of 156º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #445D53 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB689383-
CMYK0.2700.110.64
HSL156º15.53%31.57%-
HSV(B)156º26.88%36.47%-
XYZ7.869.689.64-
YUV84.38127.22116.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.87%
GREEN value IS 93 (36.72% from 255) = 38.11%
BLUE value IS 83 (32.81% from 255) = 34.02%
R=27.87%
G=38.11%
B=34.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6893830.2700.110.6415615.5331.57
Hex445D531B0B409c1020
Octal104135123330131002342040
Binary100010010111011010011110110101110000001001110010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,93,83); }

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

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

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

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

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

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

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