#475C55

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

Shades of Stromboli #475C55

Tints of Stromboli #475C55

Color information

#475C55 (or 0x475C55) is unknown color: approx Stromboli. HEX triplet: 47, 5C and 55. RGB value is (71,92,85). Sum of RGB (Red+Green+Blue) = 71+92+85=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 92 - color contains mainly: green. Hex color #475C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475C55 is #B8A3AA. Grayscale: #545454. Windows color (decimal): -12100523 or 5594183. OLE color: 5594183.

HSL color Cylindrical-coordinate representation of color #475C55: hue angle of 160º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #475C55 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB719285-
CMYK0.2300.080.64
HSL160º12.88%31.96%-
HSV(B)160º22.83%36.08%-
XYZ8.079.6510.03-
YUV84.92128.04118.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.63%
GREEN value IS 92 (36.33% from 255) = 37.10%
BLUE value IS 85 (33.59% from 255) = 34.27%
R=28.63%
G=37.10%
B=34.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7192850.2300.080.6416012.8831.96
Hex475C55170840a0d20
Octal107134125270101002401540
Binary10001111011100101010110111010001000000101000001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475C55; }

 p { color: rgb(71,92,85); }

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

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

 a { background-color: rgb(71,92,85); }

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

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

 span { border-color: rgb(71,92,85); }

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