#475053

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

Shades of Trout #475053

Tints of Trout #475053

Color information

#475053 (or 0x475053) is unknown color: approx Trout. HEX triplet: 47, 50 and 53. RGB value is (71,80,83). Sum of RGB (Red+Green+Blue) = 71+80+83=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 83 - color contains mainly: blue. Hex color #475053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475053 is #B8AFAC. Grayscale: #4D4D4D. Windows color (decimal): -12103597 or 5460039. OLE color: 5460039.

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

Color convert

RGB718083-
CMYK0.140.0400.67
HSL195º7.79%30.2%-
HSV(B)195º14.46%32.55%-
XYZ7.037.79.3-
YUV77.65131.02123.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.34%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 83 (32.81% from 255) = 35.47%
R=30.34%
G=34.19%
B=35.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7180830.140.0400.671957.7930.2
Hex475053E4043c381e
Octal10712012316401033031036
Binary10001111010000101001111101000100001111000011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475053; }

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

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

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

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

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

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

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

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