#517364

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

Shades of Como #517364

Tints of Como #517364

Color information

#517364 (or 0x517364) is unknown color: approx Como. HEX triplet: 51, 73 and 64. RGB value is (81,115,100). Sum of RGB (Red+Green+Blue) = 81+115+100=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 115 - color contains mainly: green. Hex color #517364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517364 is #AE8C9B. Grayscale: #676767. Windows color (decimal): -11439260 or 6583121. OLE color: 6583121.

HSL color Cylindrical-coordinate representation of color #517364: hue angle of 153.53º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #517364 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB81115100-
CMYK0.3000.130.55
HSL153.53º17.35%38.43%-
HSV(B)153.53º29.57%45.1%-
XYZ11.8214.9314.32-
YUV103.12126.24112.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.36%
GREEN value IS 115 (45.31% from 255) = 38.85%
BLUE value IS 100 (39.45% from 255) = 33.78%
R=27.36%
G=38.85%
B=33.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811151000.3000.130.55153.5317.3538.43
Hex5173641E0D379a1126
Octal12116314436015672322146
Binary10100011110011110010011110011011101111001101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517364; }

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

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

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

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

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

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

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

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