#415F53

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

Shades of Stromboli #415F53

Tints of Stromboli #415F53

Color information

#415F53 (or 0x415F53) is unknown color: approx Stromboli. HEX triplet: 41, 5F and 53. RGB value is (65,95,83). Sum of RGB (Red+Green+Blue) = 65+95+83=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 95 - color contains mainly: green. Hex color #415F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415F53 is #BEA0AC. Grayscale: #545454. Windows color (decimal): -12492973 or 5463873. OLE color: 5463873.

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

Color convert

RGB659583-
CMYK0.3200.130.63
HSL156º18.75%31.37%-
HSV(B)156º31.58%37.25%-
XYZ7.839.939.69-
YUV84.66127.06113.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.75%
GREEN value IS 95 (37.5% from 255) = 39.09%
BLUE value IS 83 (32.81% from 255) = 34.16%
R=26.75%
G=39.09%
B=34.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6595830.3200.130.6315618.7531.37
Hex415F53200D3F9c131f
Octal10113712340015772342337
Binary10000011011111101001110000001101111111100111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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