#475F58

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

Shades of Stromboli #475F58

Tints of Stromboli #475F58

Color information

#475F58 (or 0x475F58) is unknown color: approx Stromboli. HEX triplet: 47, 5F and 58. RGB value is (71,95,88). Sum of RGB (Red+Green+Blue) = 71+95+88=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 95 - color contains mainly: green. Hex color #475F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475F58 is #B8A0A7. Grayscale: #575757. Windows color (decimal): -12099752 or 5791559. OLE color: 5791559.

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

Color convert

RGB719588-
CMYK0.2500.070.63
HSL162.5º14.46%32.55%-
HSV(B)162.5º25.26%37.25%-
XYZ8.4510.2310.76-
YUV87.03128.55116.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.95%
GREEN value IS 95 (37.5% from 255) = 37.40%
BLUE value IS 88 (34.77% from 255) = 34.65%
R=27.95%
G=37.40%
B=34.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7195880.2500.070.63162.514.4632.55
Hex475F5819073Fa2e21
Octal1071371303107772421641
Binary100011110111111011000110010111111111101000101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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