Html Css Color HEX #516862 William

📋 copy color: '#516862'

red 81 ◦ green 104 ◦ blue 98

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

Shades of William #516862

Tints of William #516862

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.75%

 BLUE value IS 98 (38.67% from 255) = 34.63%

R = 28.62%
G = 36.75%
B = 34.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#516862 (or 0x516862) is known color: William. HEX triplet: 51, 68 and 62. RGB value is (81,104,98). Sum of RGB (Red+Green+Blue) = 81+104+98=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 104 - color contains mainly: green. Hex color #516862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516862 is #AE979D. Grayscale: #606060. Windows color (decimal): -11442078 or 6449233. OLE color: 6449233.

HSL color Cylindrical-coordinate representation of color #516862: hue angle of 164.35º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #516862 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 104 98 -
CMYK 0.22 0 0.06 0.59
HSL 164.35º 0.12% 0.36% -
HSV(B) 164.35º 0.22% 0.41% -
XYZ 10.55 12.53 13.42 -
YUV 96.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 81 104 98 0.22 0 0.06 0.59 164.35 0.12 0.36
Hex 51 68 62 16 0 6 3B A4 C 24
Octal 121 150 142 26 0 6 73 244 14 44
Binary 1010001 1101000 1100010 10110 0 110 111011 10100100 1100 100100

Color Harmonies of #516862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516862

Black with #516862

Text Example


Text Example

White with #516862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516862; }

 p { color: rgb(81,104,98); }

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

background-color css

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

 a { background-color: rgb(81,104,98); }

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

border-color css

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

 span { border-color: rgb(81,104,98); }

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