#51706A

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

Shades of William #51706A

Tints of William #51706A

Color information

#51706A (or 0x51706A) is unknown color: approx William. HEX triplet: 51, 70 and 6A. RGB value is (81,112,106). Sum of RGB (Red+Green+Blue) = 81+112+106=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 112 - color contains mainly: green. Hex color #51706A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51706A is #AE8F95. Grayscale: #666666. Windows color (decimal): -11440022 or 6975569. OLE color: 6975569.

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

Color convert

RGB81112106-
CMYK0.2800.050.56
HSL168.39º16.06%37.84%-
HSV(B)168.39º27.68%43.92%-
XYZ11.7914.3815.79-
YUV102.05130.23112.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.09%
GREEN value IS 112 (44.14% from 255) = 37.46%
BLUE value IS 106 (41.80% from 255) = 35.45%
R=27.09%
G=37.46%
B=35.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal811121060.2800.050.56168.3916.0637.84
Hex51706A1C0538a81026
Octal1211601523405702502046
Binary1010001111000011010101110001011110001010100010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51706A; }

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

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

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

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

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

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

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

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