Html Css Color HEX #475255 Trout

📋 copy color: '#475255'

red 71 ◦ green 82 ◦ blue 85

#475255
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trout #475255

Tints of Trout #475255

RGB

 RED value IS 71 (28.13% 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 value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#475255 (or 0x475255) is known color: 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

RGB 71 82 85 -
CMYK 0.16 0.04 0 0.67
HSL 192.86º 0.09% 0.31% -
HSV(B) 192.86º 0.16% 0.33% -
XYZ 7.26 8.03 9.76 -
YUV 79.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 71 82 85 0.16 0.04 0 0.67 192.86 0.09 0.31
Hex 47 52 55 10 4 0 43 C1 9 1F
Octal 107 122 125 20 4 0 103 301 11 37
Binary 1000111 1010010 1010101 10000 100 0 1000011 11000001 1001 11111

Color Harmonies of #475255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475255

Black with #475255

Text Example


Text Example

White with #475255

Text Example


Text Example

HTML Codes & Css Web 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>