#475255

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

Shades of Trout #475255

Tints of Trout #475255

Color information

#475255 (or 0x475255) is unknown color: approx Trout. HEX triplet: 47, 52 and 55. RGB value is (71,82,85). Sum of RGB (Red+Green+Blue) = 71+82+85=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 85 - color contains mainly: blue. Hex color #475255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475255 is #B8ADAA. Grayscale: #4F4F4F. Windows color (decimal): -12103083 or 5591623. OLE color: 5591623.

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

Color convert

RGB718285-
CMYK0.160.0400.67
HSL192.86º8.97%30.59%-
HSV(B)192.86º16.47%33.33%-
XYZ7.268.039.76-
YUV79.05131.36122.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.83%
GREEN value IS 82 (32.42% from 255) = 34.45%
BLUE value IS 85 (33.59% from 255) = 35.71%
R=29.83%
G=34.45%
B=35.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7182850.160.0400.67192.868.9730.59
Hex475255104043c191f
Octal10712212520401033011137
Binary100011110100101010101100001000100001111000001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475255; }

 p { color: rgb(71,82,85); }

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

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

 a { background-color: rgb(71,82,85); }

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

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

 span { border-color: rgb(71,82,85); }

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