Html Css Color HEX #515557 Trout

📋 copy color: '#515557'

red 81 ◦ green 85 ◦ blue 87

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

Shades of Trout #515557

Tints of Trout #515557

RGB

 RED value IS 81 (32.03% from 255) = 32.02%

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

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

R = 32.02%
G = 33.6%
B = 34.39%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#515557 (or 0x515557) is known color: Trout. HEX triplet: 51, 55 and 57. RGB value is (81,85,87). Sum of RGB (Red+Green+Blue) = 81+85+87=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 87 (34.38% from 255 or 34.39% from 253); Max value from RGB is 87 - color contains mainly: blue. Hex color #515557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515557 is #AEAAA8. Grayscale: #545454. Windows color (decimal): -11446953 or 5723473. OLE color: 5723473.

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

Color convert

RGB 81 85 87 -
CMYK 0.07 0.02 0 0.66
HSL 200º 0.04% 0.33% -
HSV(B) 200º 0.07% 0.34% -
XYZ 8.36 8.93 10.3 -
YUV 84.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 81 85 87 0.07 0.02 0 0.66 200 0.04 0.33
Hex 51 55 57 7 2 0 42 C8 4 21
Octal 121 125 127 7 2 0 102 310 4 41
Binary 1010001 1010101 1010111 111 10 0 1000010 11001000 100 100001

Color Harmonies of #515557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515557

Black with #515557

Text Example


Text Example

White with #515557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515557; }

 p { color: rgb(81,85,87); }

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

background-color css

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

 a { background-color: rgb(81,85,87); }

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

border-color css

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

 span { border-color: rgb(81,85,87); }

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