#517360

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

Shades of Como #517360

Tints of Como #517360

Color information

#517360 (or 0x517360) is unknown color: approx Como. HEX triplet: 51, 73 and 60. RGB value is (81,115,96). Sum of RGB (Red+Green+Blue) = 81+115+96=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 115 - color contains mainly: green. Hex color #517360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517360 is #AE8C9F. Grayscale: #666666. Windows color (decimal): -11439264 or 6320977. OLE color: 6320977.

HSL color Cylindrical-coordinate representation of color #517360: hue angle of 146.47º 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 #517360 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB8111596-
CMYK0.3000.170.55
HSL146.47º17.35%38.43%-
HSV(B)146.47º29.57%45.1%-
XYZ11.6414.8613.32-
YUV102.67124.24112.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.74%
GREEN value IS 115 (45.31% from 255) = 39.38%
BLUE value IS 96 (37.89% from 255) = 32.88%
R=27.74%
G=39.38%
B=32.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81115960.3000.170.55146.4717.3538.43
Hex5173601E01137921126
Octal12116314036021672222146
Binary101000111100111100000111100100011101111001001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517360; }

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

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

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

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

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

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

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

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