Html Css Color HEX #516C71 Tax Break

📋 copy color: '#516C71'

red 81 ◦ green 108 ◦ blue 113

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

Shades of Tax Break #516C71

Tints of Tax Break #516C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.76%

 BLUE value IS 113 (44.53% from 255) = 37.42%

R = 26.82%
G = 35.76%
B = 37.42%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#516C71 (or 0x516C71) is known color: Tax Break. HEX triplet: 51, 6C and 71. RGB value is (81,108,113). Sum of RGB (Red+Green+Blue) = 81+108+113=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 113 - color contains mainly: blue. Hex color #516C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516C71 is #AE938E. Grayscale: #646464. Windows color (decimal): -11441039 or 7433297. OLE color: 7433297.

HSL color Cylindrical-coordinate representation of color #516C71: hue angle of 189.38º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #516C71 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 108 113 -
CMYK 0.28 0.04 0 0.56
HSL 189.38º 0.16% 0.38% -
HSV(B) 189.38º 0.28% 0.44% -
XYZ 11.74 13.67 17.64 -
YUV 100.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 81 108 113 0.28 0.04 0 0.56 189.38 0.16 0.38
Hex 51 6C 71 1C 4 0 38 BD 10 26
Octal 121 154 161 34 4 0 70 275 20 46
Binary 1010001 1101100 1110001 11100 100 0 111000 10111101 10000 100110

Color Harmonies of #516C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516C71

Black with #516C71

Text Example


Text Example

White with #516C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,108,113); }

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

background-color css

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

 a { background-color: rgb(81,108,113); }

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

border-color css

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

 span { border-color: rgb(81,108,113); }

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