Html Css Color HEX #515659 Trout

📋 copy color: '#515659'

red 81 ◦ green 86 ◦ blue 89

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

Shades of Trout #515659

Tints of Trout #515659

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.59%

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

R = 31.64%
G = 33.59%
B = 34.77%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#515659 (or 0x515659) is known color: Trout. HEX triplet: 51, 56 and 59. RGB value is (81,86,89). Sum of RGB (Red+Green+Blue) = 81+86+89=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 89 - color contains mainly: blue. Hex color #515659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515659 is #AEA9A6. Grayscale: #545454. Windows color (decimal): -11446695 or 5854801. OLE color: 5854801.

HSL color Cylindrical-coordinate representation of color #515659: hue angle of 202.5º 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 #515659 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 86 89 -
CMYK 0.09 0.03 0 0.65
HSL 202.5º 0.05% 0.33% -
HSV(B) 202.5º 0.09% 0.35% -
XYZ 8.52 9.13 10.76 -
YUV 84.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 81 86 89 0.09 0.03 0 0.65 202.5 0.05 0.33
Hex 51 56 59 9 3 0 41 CA 5 21
Octal 121 126 131 11 3 0 101 312 5 41
Binary 1010001 1010110 1011001 1001 11 0 1000001 11001010 101 100001

Color Harmonies of #515659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515659

Black with #515659

Text Example


Text Example

White with #515659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515659; }

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

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

background-color css

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

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

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

border-color css

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

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

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