Html Css Color HEX #515556 Trout

📋 copy color: '#515556'

red 81 ◦ green 85 ◦ blue 86

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

Shades of Trout #515556

Tints of Trout #515556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 34.13%

R = 32.14%
G = 33.73%
B = 34.13%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#515556 (or 0x515556) is known color: Trout. HEX triplet: 51, 55 and 56. RGB value is (81,85,86). Sum of RGB (Red+Green+Blue) = 81+85+86=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 86 - color contains mainly: blue. Hex color #515556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515556 is #AEAAA9. Grayscale: #535353. Windows color (decimal): -11446954 or 5657937. OLE color: 5657937.

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

Color convert

RGB 81 85 86 -
CMYK 0.06 0.01 0 0.66
HSL 192º 0.03% 0.33% -
HSV(B) 192º 0.06% 0.34% -
XYZ 8.32 8.92 10.09 -
YUV 83.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 81 85 86 0.06 0.01 0 0.66 192 0.03 0.33
Hex 51 55 56 6 1 0 42 C0 3 21
Octal 121 125 126 6 1 0 102 300 3 41
Binary 1010001 1010101 1010110 110 1 0 1000010 11000000 11 100001

Color Harmonies of #515556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515556

Black with #515556

Text Example


Text Example

White with #515556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515556; }

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

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

background-color css

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

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

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

border-color css

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

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

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