Html Css Color HEX #475054 Trout

📋 copy color: '#475054'

red 71 ◦ green 80 ◦ blue 84

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

Shades of Trout #475054

Tints of Trout #475054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 35.74%

R = 30.21%
G = 34.04%
B = 35.74%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

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

RGB 71 80 84 -
CMYK 0.15 0.05 0 0.67
HSL 198.46º 0.08% 0.3% -
HSV(B) 198.46º 0.15% 0.33% -
XYZ 7.07 7.72 9.5 -
YUV 77.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 71 80 84 0.15 0.05 0 0.67 198.46 0.08 0.3
Hex 47 50 54 F 5 0 43 C6 8 1E
Octal 107 120 124 17 5 0 103 306 10 36
Binary 1000111 1010000 1010100 1111 101 0 1000011 11000110 1000 11110

Color Harmonies of #475054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475054

Black with #475054

Text Example


Text Example

White with #475054

Text Example


Text Example

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