#475F59

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

Shades of Stromboli #475F59

Tints of Stromboli #475F59

Color information

#475F59 (or 0x475F59) is unknown color: approx Stromboli. HEX triplet: 47, 5F and 59. RGB value is (71,95,89). Sum of RGB (Red+Green+Blue) = 71+95+89=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 95 - color contains mainly: green. Hex color #475F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475F59 is #B8A0A6. Grayscale: #575757. Windows color (decimal): -12099751 or 5857095. OLE color: 5857095.

HSL color Cylindrical-coordinate representation of color #475F59: hue angle of 165º 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 #475F59 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB719589-
CMYK0.2500.060.63
HSL165º14.46%32.55%-
HSV(B)165º25.26%37.25%-
XYZ8.4910.2510.98-
YUV87.14129.05116.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.84%
GREEN value IS 95 (37.5% from 255) = 37.25%
BLUE value IS 89 (35.16% from 255) = 34.90%
R=27.84%
G=37.25%
B=34.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7195890.2500.060.6316514.4632.55
Hex475F5919063Fa5e21
Octal1071371313106772451641
Binary100011110111111011001110010110111111101001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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