#416055

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

Shades of Stromboli #416055

Tints of Stromboli #416055

Color information

#416055 (or 0x416055) is unknown color: approx Stromboli. HEX triplet: 41, 60 and 55. RGB value is (65,96,85). Sum of RGB (Red+Green+Blue) = 65+96+85=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 96 - color contains mainly: green. Hex color #416055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416055 is #BE9FAA. Grayscale: #555555. Windows color (decimal): -12492715 or 5595201. OLE color: 5595201.

HSL color Cylindrical-coordinate representation of color #416055: hue angle of 158.71º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #416055 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB659685-
CMYK0.3200.110.62
HSL158.71º19.25%31.57%-
HSV(B)158.71º32.29%37.65%-
XYZ810.1510.13-
YUV85.48127.73113.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.42%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 85 (33.59% from 255) = 34.55%
R=26.42%
G=39.02%
B=34.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6596850.3200.110.62158.7119.2531.57
Hex416055200B3E9f1320
Octal10114012540013762372340
Binary100000111000001010101100000010111111101001111110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416055; }

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

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

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

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

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

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

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

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