Html Css Color HEX #515759 Trout

📋 copy color: '#515759'

red 81 ◦ green 87 ◦ blue 89

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

Shades of Trout #515759

Tints of Trout #515759

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.85%

 BLUE value IS 89 (35.16% from 255) = 34.63%

R = 31.52%
G = 33.85%
B = 34.63%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#515759 (or 0x515759) is known color: Trout. HEX triplet: 51, 57 and 59. RGB value is (81,87,89). Sum of RGB (Red+Green+Blue) = 81+87+89=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 89 - color contains mainly: blue. Hex color #515759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515759 is #AEA8A6. Grayscale: #555555. Windows color (decimal): -11446439 or 5855057. OLE color: 5855057.

HSL color Cylindrical-coordinate representation of color #515759: hue angle of 195º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #515759 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 87 89 -
CMYK 0.09 0.02 0 0.65
HSL 195º 0.05% 0.33% -
HSV(B) 195º 0.09% 0.35% -
XYZ 8.6 9.29 10.79 -
YUV 85.43 130.01 124.84 -
System Red Green Blue C M Y K H S L
Decimal 81 87 89 0.09 0.02 0 0.65 195 0.05 0.33
Hex 51 57 59 9 2 0 41 C3 5 21
Octal 121 127 131 11 2 0 101 303 5 41
Binary 1010001 1010111 1011001 1001 10 0 1000001 11000011 101 100001

Color Harmonies of #515759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515759

Black with #515759

Text Example


Text Example

White with #515759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515759; }

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

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

background-color css

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

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

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

border-color css

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

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

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