Html Css Color HEX #516461 William

📋 copy color: '#516461'

red 81 ◦ green 100 ◦ blue 97

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

Shades of William #516461

Tints of William #516461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.97%

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

R = 29.14%
G = 35.97%
B = 34.89%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#516461 (or 0x516461) is known color: William. HEX triplet: 51, 64 and 61. RGB value is (81,100,97). Sum of RGB (Red+Green+Blue) = 81+100+97=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 100 - color contains mainly: green. Hex color #516461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516461 is #AE9B9E. Grayscale: #5D5D5D. Windows color (decimal): -11443103 or 6382673. OLE color: 6382673.

HSL color Cylindrical-coordinate representation of color #516461: hue angle of 170.53º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #516461 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 100 97 -
CMYK 0.19 0 0.03 0.61
HSL 170.53º 0.1% 0.35% -
HSV(B) 170.53º 0.19% 0.39% -
XYZ 10.11 11.73 13.04 -
YUV 93.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 81 100 97 0.19 0 0.03 0.61 170.53 0.1 0.35
Hex 51 64 61 13 0 3 3D AB A 23
Octal 121 144 141 23 0 3 75 253 12 43
Binary 1010001 1100100 1100001 10011 0 11 111101 10101011 1010 100011

Color Harmonies of #516461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516461

Black with #516461

Text Example


Text Example

White with #516461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516461; }

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

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

background-color css

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

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

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

border-color css

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

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

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