Html Css Color HEX #47555B Trout

📋 copy color: '#47555B'

red 71 ◦ green 85 ◦ blue 91

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

Shades of Trout #47555B

Tints of Trout #47555B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.41%

 BLUE value IS 91 (35.94% from 255) = 36.84%

R = 28.74%
G = 34.41%
B = 36.84%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47555B (or 0x47555B) is known color: Trout. HEX triplet: 47, 55 and 5B. RGB value is (71,85,91). Sum of RGB (Red+Green+Blue) = 71+85+91=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 91 - color contains mainly: blue. Hex color #47555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47555B is #B8AAA4. Grayscale: #515151. Windows color (decimal): -12102309 or 5985607. OLE color: 5985607.

HSL color Cylindrical-coordinate representation of color #47555B: hue angle of 198º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #47555B is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 85 91 -
CMYK 0.22 0.07 0 0.64
HSL 198º 0.12% 0.32% -
HSV(B) 198º 0.22% 0.36% -
XYZ 7.74 8.59 11.15 -
YUV 81.5 133.36 120.51 -
System Red Green Blue C M Y K H S L
Decimal 71 85 91 0.22 0.07 0 0.64 198 0.12 0.32
Hex 47 55 5B 16 7 0 40 C6 C 20
Octal 107 125 133 26 7 0 100 306 14 40
Binary 1000111 1010101 1011011 10110 111 0 1000000 11000110 1100 100000

Color Harmonies of #47555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47555B

Black with #47555B

Text Example


Text Example

White with #47555B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47555B; }

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

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

background-color css

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

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

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

border-color css

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

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

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