#415D57

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

Shades of Stromboli #415D57

Tints of Stromboli #415D57

Color information

#415D57 (or 0x415D57) is unknown color: approx Stromboli. HEX triplet: 41, 5D and 57. RGB value is (65,93,87). Sum of RGB (Red+Green+Blue) = 65+93+87=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 93 - color contains mainly: green. Hex color #415D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415D57 is #BEA2A8. Grayscale: #535353. Windows color (decimal): -12493481 or 5725505. OLE color: 5725505.

HSL color Cylindrical-coordinate representation of color #415D57: hue angle of 167.14º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #415D57 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.64.

Color convert

RGB659387-
CMYK0.3000.060.64
HSL167.14º17.72%30.98%-
HSV(B)167.14º30.11%36.47%-
XYZ7.819.6410.47-
YUV83.94129.72114.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.53%
GREEN value IS 93 (36.72% from 255) = 37.96%
BLUE value IS 87 (34.38% from 255) = 35.51%
R=26.53%
G=37.96%
B=35.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6593870.3000.060.64167.1417.7230.98
Hex415D571E0640a7121f
Octal10113512736061002472237
Binary1000001101110110101111111001101000000101001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,93,87); }

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

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

 a { background-color: rgb(65,93,87); }

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

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

 span { border-color: rgb(65,93,87); }

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