#415E56

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

Shades of Stromboli #415E56

Tints of Stromboli #415E56

Color information

#415E56 (or 0x415E56) is unknown color: approx Stromboli. HEX triplet: 41, 5E and 56. RGB value is (65,94,86). Sum of RGB (Red+Green+Blue) = 65+94+86=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 94 - color contains mainly: green. Hex color #415E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415E56 is #BEA1A9. Grayscale: #545454. Windows color (decimal): -12493226 or 5660225. OLE color: 5660225.

HSL color Cylindrical-coordinate representation of color #415E56: hue angle of 163.45º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #415E56 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB659486-
CMYK0.3100.090.63
HSL163.45º18.24%31.18%-
HSV(B)163.45º30.85%36.86%-
XYZ7.869.810.28-
YUV84.42128.89114.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.53%
GREEN value IS 94 (37.11% from 255) = 38.37%
BLUE value IS 86 (33.98% from 255) = 35.10%
R=26.53%
G=38.37%
B=35.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6594860.3100.090.63163.4518.2431.18
Hex415E561F093Fa3121f
Octal10113612637011772432237
Binary1000001101111010101101111101001111111101000111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415E56; }

 p { color: rgb(65,94,86); }

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

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

 a { background-color: rgb(65,94,86); }

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

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

 span { border-color: rgb(65,94,86); }

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