#475D57

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

Shades of Stromboli #475D57

Tints of Stromboli #475D57

Color information

#475D57 (or 0x475D57) is unknown color: approx Stromboli. HEX triplet: 47, 5D and 57. RGB value is (71,93,87). Sum of RGB (Red+Green+Blue) = 71+93+87=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 93 - color contains mainly: green. Hex color #475D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D57 is #B8A2A8. Grayscale: #555555. Windows color (decimal): -12100265 or 5725511. OLE color: 5725511.

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

Color convert

RGB719387-
CMYK0.2400.060.64
HSL163.64º13.41%32.16%-
HSV(B)163.64º23.66%36.47%-
XYZ8.239.8610.49-
YUV85.74128.71117.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.29%
GREEN value IS 93 (36.72% from 255) = 37.05%
BLUE value IS 87 (34.38% from 255) = 34.66%
R=28.29%
G=37.05%
B=34.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7193870.2400.060.64163.6413.4132.16
Hex475D57180640a4d20
Octal10713512730061002441540
Binary1000111101110110101111100001101000000101001001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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