Html Css Color HEX #516764 William

📋 copy color: '#516764'

red 81 ◦ green 103 ◦ blue 100

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

Shades of William #516764

Tints of William #516764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.27%

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

R = 28.52%
G = 36.27%
B = 35.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#516764 (or 0x516764) is known color: William. HEX triplet: 51, 67 and 64. RGB value is (81,103,100). Sum of RGB (Red+Green+Blue) = 81+103+100=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 103 - color contains mainly: green. Hex color #516764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516764 is #AE989B. Grayscale: #606060. Windows color (decimal): -11442332 or 6580049. OLE color: 6580049.

HSL color Cylindrical-coordinate representation of color #516764: hue angle of 171.82º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #516764 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 103 100 -
CMYK 0.21 0 0.03 0.60
HSL 171.82º 0.12% 0.36% -
HSV(B) 171.82º 0.21% 0.4% -
XYZ 10.54 12.37 13.89 -
YUV 96.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 81 103 100 0.21 0 0.03 0.60 171.82 0.12 0.36
Hex 51 67 64 15 0 3 3C AC C 24
Octal 121 147 144 25 0 3 74 254 14 44
Binary 1010001 1100111 1100100 10101 0 11 111100 10101100 1100 100100

Color Harmonies of #516764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516764

Black with #516764

Text Example


Text Example

White with #516764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516764; }

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

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

background-color css

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

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

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

border-color css

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

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

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