#517164

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

Shades of Como #517164

Tints of Como #517164

Color information

#517164 (or 0x517164) is unknown color: approx Como. HEX triplet: 51, 71 and 64. RGB value is (81,113,100). Sum of RGB (Red+Green+Blue) = 81+113+100=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 113 - color contains mainly: green. Hex color #517164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517164 is #AE8E9B. Grayscale: #656565. Windows color (decimal): -11439772 or 6582609. OLE color: 6582609.

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

Color convert

RGB81113100-
CMYK0.2800.120.56
HSL155.62º16.49%38.04%-
HSV(B)155.62º28.32%44.31%-
XYZ11.614.4814.24-
YUV101.95126.9113.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.55%
GREEN value IS 113 (44.53% from 255) = 38.44%
BLUE value IS 100 (39.45% from 255) = 34.01%
R=27.55%
G=38.44%
B=34.01%

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
Decimal811131000.2800.120.56155.6216.4938.04
Hex5171641C0C389c1026
Octal12116114434014702342046
Binary10100011110001110010011100011001110001001110010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517164; }

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

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

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

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

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

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

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

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