#475054

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

Shades of Trout #475054

Tints of Trout #475054

Color information

#475054 (or 0x475054) is unknown color: approx Trout. HEX triplet: 47, 50 and 54. RGB value is (71,80,84). Sum of RGB (Red+Green+Blue) = 71+80+84=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 84 - color contains mainly: blue. Hex color #475054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475054 is #B8AFAB. Grayscale: #4D4D4D. Windows color (decimal): -12103596 or 5525575. OLE color: 5525575.

HSL color Cylindrical-coordinate representation of color #475054: hue angle of 198.46º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #475054 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB718084-
CMYK0.150.0500.67
HSL198.46º8.39%30.39%-
HSV(B)198.46º15.48%32.94%-
XYZ7.077.729.5-
YUV77.76131.52123.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.21%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 84 (33.20% from 255) = 35.74%
R=30.21%
G=34.04%
B=35.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7180840.150.0500.67198.468.3930.39
Hex475054F5043c681e
Octal10712012417501033061036
Binary10001111010000101010011111010100001111000110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475054; }

 p { color: rgb(71,80,84); }

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

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

 a { background-color: rgb(71,80,84); }

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

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

 span { border-color: rgb(71,80,84); }

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