Html Css Color HEX #516963 William

📋 copy color: '#516963'

red 81 ◦ green 105 ◦ blue 99

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

Shades of William #516963

Tints of William #516963

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.84%

 BLUE value IS 99 (39.06% from 255) = 34.74%

R = 28.42%
G = 36.84%
B = 34.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#516963 (or 0x516963) is known color: William. HEX triplet: 51, 69 and 63. RGB value is (81,105,99). Sum of RGB (Red+Green+Blue) = 81+105+99=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 105 - color contains mainly: green. Hex color #516963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516963 is #AE969C. Grayscale: #616161. Windows color (decimal): -11441821 or 6515025. OLE color: 6515025.

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

Color convert

RGB 81 105 99 -
CMYK 0.23 0 0.06 0.59
HSL 165º 0.13% 0.36% -
HSV(B) 165º 0.23% 0.41% -
XYZ 10.7 12.75 13.7 -
YUV 97.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 81 105 99 0.23 0 0.06 0.59 165 0.13 0.36
Hex 51 69 63 17 0 6 3B A5 D 24
Octal 121 151 143 27 0 6 73 245 15 44
Binary 1010001 1101001 1100011 10111 0 110 111011 10100101 1101 100100

Color Harmonies of #516963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516963

Black with #516963

Text Example


Text Example

White with #516963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516963; }

 p { color: rgb(81,105,99); }

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

background-color css

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

 a { background-color: rgb(81,105,99); }

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

border-color css

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

 span { border-color: rgb(81,105,99); }

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