#475D58

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

Shades of Stromboli #475D58

Tints of Stromboli #475D58

Color information

#475D58 (or 0x475D58) is unknown color: approx Stromboli. HEX triplet: 47, 5D and 58. RGB value is (71,93,88). Sum of RGB (Red+Green+Blue) = 71+93+88=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 93 - color contains mainly: green. Hex color #475D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D58 is #B8A2A7. Grayscale: #555555. Windows color (decimal): -12100264 or 5791047. OLE color: 5791047.

HSL color Cylindrical-coordinate representation of color #475D58: hue angle of 166.36º 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 #475D58 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB719388-
CMYK0.2400.050.64
HSL166.36º13.41%32.16%-
HSV(B)166.36º23.66%36.47%-
XYZ8.279.8710.7-
YUV85.85129.21117.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.17%
GREEN value IS 93 (36.72% from 255) = 36.90%
BLUE value IS 88 (34.77% from 255) = 34.92%
R=28.17%
G=36.90%
B=34.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7193880.2400.050.64166.3613.4132.16
Hex475D58180540a6d20
Octal10713513030051002461540
Binary1000111101110110110001100001011000000101001101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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