#406053

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

Shades of Stromboli #406053

Tints of Stromboli #406053

Color information

#406053 (or 0x406053) is unknown color: approx Stromboli. HEX triplet: 40, 60 and 53. RGB value is (64,96,83). Sum of RGB (Red+Green+Blue) = 64+96+83=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 96 - color contains mainly: green. Hex color #406053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406053 is #BF9FAC. Grayscale: #545454. Windows color (decimal): -12558253 or 5464128. OLE color: 5464128.

HSL color Cylindrical-coordinate representation of color #406053: hue angle of 155.62º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #406053 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB649683-
CMYK0.3300.140.62
HSL155.62º20%31.37%-
HSV(B)155.62º33.33%37.65%-
XYZ7.8610.089.72-
YUV84.95126.9113.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.34%
GREEN value IS 96 (37.89% from 255) = 39.51%
BLUE value IS 83 (32.81% from 255) = 34.16%
R=26.34%
G=39.51%
B=34.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6496830.3300.140.62155.622031.37
Hex406053210E3E9c141f
Octal10014012341016762342437
Binary10000001100000101001110000101110111110100111001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406053; }

 p { color: rgb(64,96,83); }

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

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

 a { background-color: rgb(64,96,83); }

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

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

 span { border-color: rgb(64,96,83); }

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