Html Css Color HEX #505457 Trout

📋 copy color: '#505457'

red 80 ◦ green 84 ◦ blue 87

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

Shades of Trout #505457

Tints of Trout #505457

RGB

 RED value IS 80 (31.64% from 255) = 31.87%

 GREEN value IS 84 (33.2% from 255) = 33.47%

 BLUE value IS 87 (34.38% from 255) = 34.66%

R = 31.87%
G = 33.47%
B = 34.66%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#505457 (or 0x505457) is known color: Trout. HEX triplet: 50, 54 and 57. RGB value is (80,84,87). Sum of RGB (Red+Green+Blue) = 80+84+87=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 87 - color contains mainly: blue. Hex color #505457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505457 is #AFABA8. Grayscale: #535353. Windows color (decimal): -11512745 or 5723216. OLE color: 5723216.

HSL color Cylindrical-coordinate representation of color #505457: hue angle of 205.71º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #505457 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 84 87 -
CMYK 0.08 0.03 0 0.66
HSL 205.71º 0.04% 0.33% -
HSV(B) 205.71º 0.08% 0.34% -
XYZ 8.2 8.73 10.27 -
YUV 83.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 80 84 87 0.08 0.03 0 0.66 205.71 0.04 0.33
Hex 50 54 57 8 3 0 42 CE 4 21
Octal 120 124 127 10 3 0 102 316 4 41
Binary 1010000 1010100 1010111 1000 11 0 1000010 11001110 100 100001

Color Harmonies of #505457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505457

Black with #505457

Text Example


Text Example

White with #505457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505457; }

 p { color: rgb(80,84,87); }

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

background-color css

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

 a { background-color: rgb(80,84,87); }

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

border-color css

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

 span { border-color: rgb(80,84,87); }

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