#475E57

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

Shades of Stromboli #475E57

Tints of Stromboli #475E57

Color information

#475E57 (or 0x475E57) is unknown color: approx Stromboli. HEX triplet: 47, 5E and 57. RGB value is (71,94,87). Sum of RGB (Red+Green+Blue) = 71+94+87=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 94 - color contains mainly: green. Hex color #475E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E57 is #B8A1A8. Grayscale: #565656. Windows color (decimal): -12100009 or 5725767. OLE color: 5725767.

HSL color Cylindrical-coordinate representation of color #475E57: hue angle of 161.74º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #475E57 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.

Color convert

RGB719487-
CMYK0.2400.070.63
HSL161.74º13.94%32.35%-
HSV(B)161.74º24.47%36.86%-
XYZ8.3210.0310.51-
YUV86.32128.38117.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.17%
GREEN value IS 94 (37.11% from 255) = 37.30%
BLUE value IS 87 (34.38% from 255) = 34.52%
R=28.17%
G=37.30%
B=34.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7194870.2400.070.63161.7413.9432.35
Hex475E5718073Fa2e20
Octal1071361273007772421640
Binary100011110111101010111110000111111111101000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,94,87); }

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

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

 a { background-color: rgb(71,94,87); }

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

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

 span { border-color: rgb(71,94,87); }

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