Html Css Color HEX #475055 Trout

📋 copy color: '#475055'

red 71 ◦ green 80 ◦ blue 85

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

Shades of Trout #475055

Tints of Trout #475055

RGB

 RED value IS 71 (28.13% from 255) = 30.08%

 GREEN value IS 80 (31.64% from 255) = 33.9%

 BLUE value IS 85 (33.59% from 255) = 36.02%

R = 30.08%
G = 33.9%
B = 36.02%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#475055 (or 0x475055) is known color: Trout. HEX triplet: 47, 50 and 55. RGB value is (71,80,85). Sum of RGB (Red+Green+Blue) = 71+80+85=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 85 - color contains mainly: blue. Hex color #475055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475055 is #B8AFAA. Grayscale: #4D4D4D. Windows color (decimal): -12103595 or 5591111. OLE color: 5591111.

HSL color Cylindrical-coordinate representation of color #475055: hue angle of 201.43º 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 #475055 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 80 85 -
CMYK 0.16 0.06 0 0.67
HSL 201.43º 0.09% 0.31% -
HSV(B) 201.43º 0.16% 0.33% -
XYZ 7.11 7.73 9.71 -
YUV 77.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 71 80 85 0.16 0.06 0 0.67 201.43 0.09 0.31
Hex 47 50 55 10 6 0 43 C9 9 1F
Octal 107 120 125 20 6 0 103 311 11 37
Binary 1000111 1010000 1010101 10000 110 0 1000011 11001001 1001 11111

Color Harmonies of #475055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475055

Black with #475055

Text Example


Text Example

White with #475055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475055; }

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

 H1.HeaderClassName
 {
   color: #475055;
 }
 .AnyTagClassName
 {
   color: #475055;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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