#517163

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

Shades of Como #517163

Tints of Como #517163

Color information

#517163 (or 0x517163) is unknown color: approx Como. HEX triplet: 51, 71 and 63. RGB value is (81,113,99). Sum of RGB (Red+Green+Blue) = 81+113+99=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 113 - color contains mainly: green. Hex color #517163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517163 is #AE8E9C. Grayscale: #656565. Windows color (decimal): -11439773 or 6517073. OLE color: 6517073.

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

Color convert

RGB8111399-
CMYK0.2800.120.56
HSL153.75º16.49%38.04%-
HSV(B)153.75º28.32%44.31%-
XYZ11.5514.4613.99-
YUV101.84126.4113.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.65%
GREEN value IS 113 (44.53% from 255) = 38.57%
BLUE value IS 99 (39.06% from 255) = 33.79%
R=27.65%
G=38.57%
B=33.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81113990.2800.120.56153.7516.4938.04
Hex5171631C0C389a1026
Octal12116114334014702322046
Binary10100011110001110001111100011001110001001101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517163; }

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

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

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

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

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

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

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

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