#406055

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

Shades of Stromboli #406055

Tints of Stromboli #406055

Color information

#406055 (or 0x406055) is unknown color: approx Stromboli. HEX triplet: 40, 60 and 55. RGB value is (64,96,85). Sum of RGB (Red+Green+Blue) = 64+96+85=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 96 - color contains mainly: green. Hex color #406055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406055 is #BF9FAA. Grayscale: #555555. Windows color (decimal): -12558251 or 5595200. OLE color: 5595200.

HSL color Cylindrical-coordinate representation of color #406055: hue angle of 159.38º 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 #406055 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB649685-
CMYK0.3300.110.62
HSL159.38º20%31.37%-
HSV(B)159.38º33.33%37.65%-
XYZ7.9410.1110.13-
YUV85.18127.9112.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 85 (33.59% from 255) = 34.69%
R=26.12%
G=39.18%
B=34.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6496850.3300.110.62159.382031.37
Hex406055210B3E9f141f
Octal10014012541013762372437
Binary10000001100000101010110000101011111110100111111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406055; }

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

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

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

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

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

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

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

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