Html Css Color HEX #516864 William

📋 copy color: '#516864'

red 81 ◦ green 104 ◦ blue 100

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

Shades of William #516864

Tints of William #516864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.09%

R = 28.42%
G = 36.49%
B = 35.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#516864 (or 0x516864) is known color: William. HEX triplet: 51, 68 and 64. RGB value is (81,104,100). Sum of RGB (Red+Green+Blue) = 81+104+100=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 104 - color contains mainly: green. Hex color #516864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516864 is #AE979B. Grayscale: #606060. Windows color (decimal): -11442076 or 6580305. OLE color: 6580305.

HSL color Cylindrical-coordinate representation of color #516864: hue angle of 169.57º 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 #516864 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 104 100 -
CMYK 0.22 0 0.04 0.59
HSL 169.57º 0.12% 0.36% -
HSV(B) 169.57º 0.22% 0.41% -
XYZ 10.64 12.57 13.92 -
YUV 96.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 81 104 100 0.22 0 0.04 0.59 169.57 0.12 0.36
Hex 51 68 64 16 0 4 3B AA C 24
Octal 121 150 144 26 0 4 73 252 14 44
Binary 1010001 1101000 1100100 10110 0 100 111011 10101010 1100 100100

Color Harmonies of #516864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516864

Black with #516864

Text Example


Text Example

White with #516864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516864; }

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

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

background-color css

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

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

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

border-color css

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

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

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