Html Css Color HEX #516561 William

📋 copy color: '#516561'

red 81 ◦ green 101 ◦ blue 97

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

Shades of William #516561

Tints of William #516561

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.2%

 BLUE value IS 97 (38.28% from 255) = 34.77%

R = 29.03%
G = 36.2%
B = 34.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#516561 (or 0x516561) is known color: William. HEX triplet: 51, 65 and 61. RGB value is (81,101,97). Sum of RGB (Red+Green+Blue) = 81+101+97=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 101 - color contains mainly: green. Hex color #516561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516561 is #AE9A9E. Grayscale: #5E5E5E. Windows color (decimal): -11442847 or 6382929. OLE color: 6382929.

HSL color Cylindrical-coordinate representation of color #516561: hue angle of 168º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #516561 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 101 97 -
CMYK 0.20 0 0.04 0.60
HSL 168º 0.11% 0.36% -
HSV(B) 168º 0.2% 0.4% -
XYZ 10.2 11.92 13.07 -
YUV 94.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 81 101 97 0.20 0 0.04 0.60 168 0.11 0.36
Hex 51 65 61 14 0 4 3C A8 B 24
Octal 121 145 141 24 0 4 74 250 13 44
Binary 1010001 1100101 1100001 10100 0 100 111100 10101000 1011 100100

Color Harmonies of #516561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516561

Black with #516561

Text Example


Text Example

White with #516561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516561; }

 p { color: rgb(81,101,97); }

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

background-color css

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

 a { background-color: rgb(81,101,97); }

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

border-color css

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

 span { border-color: rgb(81,101,97); }

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