#517070

Color #517070 William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #517070

Tints of William #517070

Color information

#517070 (or 0x517070) is unknown color: approx William. HEX triplet: 51, 70 and 70. RGB value is (81,112,112). Sum of RGB (Red+Green+Blue) = 81+112+112=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #517070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517070 is #AE8F8F. Grayscale: #666666. Windows color (decimal): -11440016 or 7368785. OLE color: 7368785.

HSL color Cylindrical-coordinate representation of color #517070: hue angle of 180º 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 #517070 is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB81112112-
CMYK0.28000.56
HSL180º16.06%37.84%-
HSV(B)180º27.68%43.92%-
XYZ12.1114.5117.49-
YUV102.73133.23112.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.56%
GREEN value IS 112 (44.14% from 255) = 36.72%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=26.56%
G=36.72%
B=36.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal811121120.28000.5618016.0637.84
Hex5170701C0038b41026
Octal1211601603400702642046
Binary10100011110000111000011100001110001011010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517070; }

 p { color: rgb(81,112,112); }

 H1.HeaderClassName
 {
   color: #517070;
 }
 .AnyTagClassName
 {
   color: #517070;
 }
</style>
background-color css

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

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

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

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

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

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