Html Css Color HEX #516B68 William

📋 copy color: '#516B68'

red 81 ◦ green 107 ◦ blue 104

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

Shades of William #516B68

Tints of William #516B68

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.64%

 BLUE value IS 104 (41.02% from 255) = 35.62%

R = 27.74%
G = 36.64%
B = 35.62%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#516B68 (or 0x516B68) is known color: William. HEX triplet: 51, 6B and 68. RGB value is (81,107,104). Sum of RGB (Red+Green+Blue) = 81+107+104=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 107 - color contains mainly: green. Hex color #516B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516B68 is #AE9497. Grayscale: #626262. Windows color (decimal): -11441304 or 6843217. OLE color: 6843217.

HSL color Cylindrical-coordinate representation of color #516B68: hue angle of 173.08º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #516B68 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 107 104 -
CMYK 0.24 0 0.03 0.58
HSL 173.08º 0.14% 0.37% -
HSV(B) 173.08º 0.24% 0.42% -
XYZ 11.15 13.26 15.07 -
YUV 98.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 81 107 104 0.24 0 0.03 0.58 173.08 0.14 0.37
Hex 51 6B 68 18 0 3 3A AD E 25
Octal 121 153 150 30 0 3 72 255 16 45
Binary 1010001 1101011 1101000 11000 0 11 111010 10101101 1110 100101

Color Harmonies of #516B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516B68

Black with #516B68

Text Example


Text Example

White with #516B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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