#415953

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

Shades of Stromboli #415953

Tints of Stromboli #415953

Color information

#415953 (or 0x415953) is unknown color: approx Stromboli. HEX triplet: 41, 59 and 53. RGB value is (65,89,83). Sum of RGB (Red+Green+Blue) = 65+89+83=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 89 - color contains mainly: green. Hex color #415953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415953 is #BEA6AC. Grayscale: #515151. Windows color (decimal): -12494509 or 5462337. OLE color: 5462337.

HSL color Cylindrical-coordinate representation of color #415953: hue angle of 165º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #415953 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB658983-
CMYK0.2700.070.65
HSL165º15.58%30.2%-
HSV(B)165º26.97%34.9%-
XYZ7.318.899.51-
YUV81.14129.05116.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.43%
GREEN value IS 89 (35.16% from 255) = 37.55%
BLUE value IS 83 (32.81% from 255) = 35.02%
R=27.43%
G=37.55%
B=35.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6589830.2700.070.6516515.5830.2
Hex4159531B0741a5101e
Octal10113112333071012452036
Binary1000001101100110100111101101111000001101001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415953; }

 p { color: rgb(65,89,83); }

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

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

 a { background-color: rgb(65,89,83); }

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

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

 span { border-color: rgb(65,89,83); }

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