#415C54

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

Shades of Stromboli #415C54

Tints of Stromboli #415C54

Color information

#415C54 (or 0x415C54) is unknown color: approx Stromboli. HEX triplet: 41, 5C and 54. RGB value is (65,92,84). Sum of RGB (Red+Green+Blue) = 65+92+84=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 92 - color contains mainly: green. Hex color #415C54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415C54 is #BEA3AB. Grayscale: #535353. Windows color (decimal): -12493740 or 5528641. OLE color: 5528641.

HSL color Cylindrical-coordinate representation of color #415C54: hue angle of 162.22º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #415C54 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB659284-
CMYK0.2900.090.64
HSL162.22º17.2%30.78%-
HSV(B)162.22º29.35%36.08%-
XYZ7.619.429.8-
YUV83.01128.55115.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.97%
GREEN value IS 92 (36.33% from 255) = 38.17%
BLUE value IS 84 (33.20% from 255) = 34.85%
R=26.97%
G=38.17%
B=34.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6592840.2900.090.64162.2217.230.78
Hex415C541D0940a2111f
Octal101134124350111002422137
Binary10000011011100101010011101010011000000101000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,92,84); }

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

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

 a { background-color: rgb(65,92,84); }

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

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

 span { border-color: rgb(65,92,84); }

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